diff options
author | minskim <minskim@pkgsrc.org> | 2006-07-08 00:53:09 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-07-08 00:53:09 +0000 |
commit | 956cdf9129d26ad8ddb9d9eb780b13cff1a912c0 (patch) | |
tree | 9f49f0d5e4ca7ce9bbcd7ab3893a33c7cafc7fbc /lang/php5/Makefile | |
parent | f7166ced82ac5fa06369c10d65e59911be3765ac (diff) | |
download | pkgsrc-956cdf9129d26ad8ddb9d9eb780b13cff1a912c0.tar.gz |
Change DIST_SUBDIR because the current distfile path was already used before
for a different tarball.
Diffstat (limited to 'lang/php5/Makefile')
-rw-r--r-- | lang/php5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php5/Makefile b/lang/php5/Makefile index 76a4111e3c4..70f0f68c870 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2006/06/06 16:42:02 jlam Exp $ +# $NetBSD: Makefile,v 1.37 2006/07/08 00:53:09 minskim Exp $ PKGNAME= php-${PHP_BASE_VERS} PKGREVISION= 1 @@ -33,7 +33,7 @@ CONF_FILES= ${EGDIR}/php.ini-recommended ${PKG_SYSCONFDIR}/php.ini OWN_DIRS= ${PREFIX}/${PHP_EXTENSION_DIR} # This can be removed once 5.1.5 is released -DIST_SUBDIR= ${PKGNAME_NOREV} +DIST_SUBDIR= ${PKGNAME_NOREV}nb1 post-install: ${INSTALL_PROGRAM} ${WRKSRC}/sapi/cli/php ${PREFIX}/bin/php |