diff options
author | minskim <minskim> | 2006-07-08 16:56:56 +0000 |
---|---|---|
committer | minskim <minskim> | 2006-07-08 16:56:56 +0000 |
commit | 5f8c03de974d4740d2fa2f95fae7874bbf89278f (patch) | |
tree | a9a9269731ba68796b3dba8b10ebfeb52a3ac995 /lang/php5 | |
parent | 6a53b19624ae24976e1d791231e6e5791fc05d6c (diff) | |
download | pkgsrc-5f8c03de974d4740d2fa2f95fae7874bbf89278f.tar.gz |
Sync DIST_SUBDIR for PHP modules with DIST_SUBDIR in Makefile.
Diffstat (limited to 'lang/php5')
-rw-r--r-- | lang/php5/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php5/Makefile.common b/lang/php5/Makefile.common index ce16b4da9f5..036434453d0 100644 --- a/lang/php5/Makefile.common +++ b/lang/php5/Makefile.common @@ -1,8 +1,8 @@ -# $NetBSD: Makefile.common,v 1.17 2006/05/07 13:48:02 tron Exp $ +# $NetBSD: Makefile.common,v 1.18 2006/07/08 16:56:56 minskim Exp $ .if !defined(DISTNAME) DISTNAME= php-${PHP_BASE_VERS} -DIST_SUBDIR= ${DISTNAME} +DIST_SUBDIR= ${DISTNAME}nb1 .endif CATEGORIES+= www php5 |