all done for php modules. need some cleaning (aka pkglint)
This commit is contained in:
parent
cd3aa75006
commit
1700cb57f0
3 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.11 2004/05/10 21:21:31 poppnk Exp $
|
||||
# $NetBSD: Makefile,v 1.12 2004/05/10 22:47:00 poppnk Exp $
|
||||
#
|
||||
|
||||
PKGNAME= php-${PHP5_VERSION}
|
||||
|
@ -21,3 +21,4 @@ post-install:
|
|||
${PREFIX}/etc/php.ini
|
||||
|
||||
.include "Makefile.common"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.common,v 1.11 2004/05/10 21:23:43 poppnk Exp $
|
||||
# $NetBSD: Makefile.common,v 1.12 2004/05/10 22:47:00 poppnk Exp $
|
||||
#
|
||||
|
||||
DISTNAME?= php-${PHP5_VERSION}
|
||||
|
@ -33,4 +33,3 @@ CONFIGURE_ARGS+=--enable-xml
|
|||
CONFIGURE_ARGS+=--with-libxml-dir=${PREFIX}
|
||||
|
||||
.include "../../textproc/libxml2/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
CONFIGURE_ARGS+=--disable-cgi
|
||||
CONFIGURE_ARGS+=--disable-cli
|
||||
#CONFIGURE_ARGS+=--disable-cgi
|
||||
#CONFIGURE_ARGS+=--disable-cli
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/lib/httpd/
|
||||
|
|
Loading…
Reference in a new issue