Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/php php/pear.mk: make DIST_SUBDIR overridable
details: https://anonhg.NetBSD.org/pkgsrc/rev/12d02a4c50ef
branches: trunk
changeset: 437112:12d02a4c50ef
user: tnn <tnn%pkgsrc.org@localhost>
date: Sun Aug 16 22:44:44 2020 +0000
description:
php/pear.mk: make DIST_SUBDIR overridable
diffstat:
lang/php/pear.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 22c1c7e08ffa -r 12d02a4c50ef lang/php/pear.mk
--- a/lang/php/pear.mk Sun Aug 16 22:42:09 2020 +0000
+++ b/lang/php/pear.mk Sun Aug 16 22:44:44 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: pear.mk,v 1.31 2019/07/05 08:51:25 nia Exp $
+# $NetBSD: pear.mk,v 1.32 2020/08/16 22:44:44 tnn Exp $
#
# This Makefile fragment is intended to be included by packages that build
# and install pear packages.
@@ -36,7 +36,7 @@
http://pear.php.net/get/
MASTER_SITES+= ${MASTER_SITE_PEAR_PACKAGE}
-DIST_SUBDIR= pear
+DIST_SUBDIR?= pear
HOMEPAGE?= https://pear.php.net/package/${DISTNAME:C/-.*//}
Home |
Main Index |
Thread Index |
Old Index