mirror of
https://git.freebsd.org/ports.git
synced 2025-07-08 12:59:17 -04:00
- Rearrange USES in alphabetical order - Remove <bsd.port.options.mk> in lieu of OPTIONSNG - Fix patch files to reflect 'make makepatch'
19 lines
573 B
Makefile
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
|