diff options
author | minskim <minskim@pkgsrc.org> | 2006-07-08 16:56:56 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-07-08 16:56:56 +0000 |
commit | fc62f7d1d5d9defc7819df4d38c0509ecc7c9f49 (patch) | |
tree | a9a9269731ba68796b3dba8b10ebfeb52a3ac995 /lang | |
parent | 310d29e8c369f815698598e47b07e3dcd5bf5cb7 (diff) | |
download | pkgsrc-fc62f7d1d5d9defc7819df4d38c0509ecc7c9f49.tar.gz |
Sync DIST_SUBDIR for PHP modules with DIST_SUBDIR in Makefile.
Diffstat (limited to 'lang')
-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 |