diff options
author | tron <tron@pkgsrc.org> | 2006-05-07 13:48:02 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2006-05-07 13:48:02 +0000 |
commit | 9713a2598c61cc4412cd5a81a1974213f0b4e71e (patch) | |
tree | 83437b5d35e6b94dd716f991b78519426bf31ab9 /lang | |
parent | b9800db11d198658f66b2891077776da65fabad3 (diff) | |
download | pkgsrc-9713a2598c61cc4412cd5a81a1974213f0b4e71e.tar.gz |
Get distribtion file from sub directory in derived packages, too.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php5/Makefile.common | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lang/php5/Makefile.common b/lang/php5/Makefile.common index 2586db4eb90..ce16b4da9f5 100644 --- a/lang/php5/Makefile.common +++ b/lang/php5/Makefile.common @@ -1,7 +1,9 @@ -# $NetBSD: Makefile.common,v 1.16 2006/05/06 22:42:44 jdolecek Exp $ -# +# $NetBSD: Makefile.common,v 1.17 2006/05/07 13:48:02 tron Exp $ -DISTNAME?= php-${PHP_BASE_VERS} +.if !defined(DISTNAME) +DISTNAME= php-${PHP_BASE_VERS} +DIST_SUBDIR= ${DISTNAME} +.endif CATEGORIES+= www php5 .if !defined(PECL_VERSION) |