diff options
author | Alex Dupre <ale@FreeBSD.org> | 2005-12-09 19:38:11 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2005-12-09 19:38:11 +0000 |
commit | c3d2f3bcb42813b5ef1ae55a0c32dffb30abf67a (patch) | |
tree | cf213a144a40e6e9767db1a0803de3e8da414e48 | |
parent | Reorganize (use bsd.apache.mk and remove pear leftovers) (diff) |
Build and install the extensions during build target
instead of install.
Notes
Notes:
svn path=/head/; revision=150748
-rw-r--r-- | lang/php4-extensions/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/lang/php4-extensions/Makefile b/lang/php4-extensions/Makefile index 39a00e8f5a7a..85934c081e80 100644 --- a/lang/php4-extensions/Makefile +++ b/lang/php4-extensions/Makefile @@ -16,10 +16,11 @@ EXTRACT_ONLY= # none MAINTAINER= ale@FreeBSD.org COMMENT= A "meta-port" to install PHP extensions -NO_BUILD= # none - DEFAULT_PHP_VER=4 BROKEN_WITH_PHP=5 +USE_PHP_BUILD= yes + +NO_BUILD= yes WITH_CTYPE= yes WITH_MYSQL= yes @@ -121,10 +122,7 @@ SEL_OPTIONS+= ${opt:L} .endfor USE_PHP= ${SEL_OPTIONS} -do-build: - @${DO_NADA} - -do-install: +do-install: build @${DO_NADA} .include <bsd.port.mk> |