1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-07-08 12:59:17 -04:00
ports/devel/py-omniorb/files/patch-python_omniidl__be_dir.mk
Muhammad Moinur Rahman 86fe2d43b0 devel/py-omniorb: Update version 4.2.0=>4.2.1
- Rearrange USES in alphabetical order
- Remove <bsd.port.options.mk> in lieu of OPTIONSNG
- Fix patch files to reflect 'make makepatch'
2015-10-28 00:37:46 +00:00

19 lines
573 B
Makefile

--- python/omniidl_be/dir.mk.orig 2003-03-23 21:51:59 UTC
+++ python/omniidl_be/dir.mk
@@ -13,8 +13,6 @@ export:: $(FILES)
for file in $^; do \
$(ExportFileToDir) \
done; \
- cd $(PYLIBDIR); \
- $(PYTHON) -c "import compileall; compileall.compile_dir('.')"; \
)
ifdef INSTALLTARGET
@@ -23,7 +21,5 @@ install:: $(FILES)
for file in $^; do \
$(ExportFileToDir) \
done; \
- cd $(INSTALLPYLIBDIR); \
- $(PYTHON) -c "import compileall; compileall.compile_dir('.')"; \
)
endif