diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-02-09 11:43:38 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-02-09 11:43:38 +0000 |
commit | 35a3256787b35a3ac84c57a93e64ee49f066dfc8 (patch) | |
tree | fe8d6d1bb77f066ad3509b241e4a189b13ae62bc /databases/phppgadmin | |
parent | d13a3290d368e78f26cc9630804c1e953ee53388 (diff) |
Remove lang/php4/bsd.php.mk and switch every ports depending on PHP to
use Mk/bsd.php.mk.
Approved by: nork (mentor/implicitly)
Notes
Notes:
svn path=/head/; revision=100488
Diffstat (limited to 'databases/phppgadmin')
-rw-r--r-- | databases/phppgadmin/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/databases/phppgadmin/Makefile b/databases/phppgadmin/Makefile index 837983590b25..3932de819fc3 100644 --- a/databases/phppgadmin/Makefile +++ b/databases/phppgadmin/Makefile @@ -20,17 +20,15 @@ POSTGRESQL_PORT?= databases/postgresql7 LIB_DEPENDS= pq.3:${PORTSDIR}/${POSTGRESQL_PORT} USE_BZIP2= yes +USE_PHP= yes WRKSRC= ${WRKDIR}/phpPgAdmin NO_BUILD= YES PGADMDIR?= www/data/phpPgAdmin PLIST_SUB+= PGADMDIR=${PGADMDIR} -.include <bsd.port.pre.mk> -.include "${.CURDIR}/../../lang/php4/bsd.php.mk" - do-install: ${MKDIR} ${PREFIX}/${PGADMDIR} ${CP} -R ${WRKSRC}/* ${PREFIX}/${PGADMDIR} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |