pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/php5 Get distribtion file from sub directory in d...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2f95067ced95
branches: trunk
changeset: 512375:2f95067ced95
user: tron <tron%pkgsrc.org@localhost>
date: Sun May 07 13:48:02 2006 +0000
description:
Get distribtion file from sub directory in derived packages, too.
diffstat:
lang/php5/Makefile.common | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diffs (16 lines):
diff -r 7272360da306 -r 2f95067ced95 lang/php5/Makefile.common
--- a/lang/php5/Makefile.common Sun May 07 13:05:38 2006 +0000
+++ b/lang/php5/Makefile.common Sun May 07 13:48:02 2006 +0000
@@ -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)
Home |
Main Index |
Thread Index |
Old Index