pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/php



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sun Aug 16 22:44:44 UTC 2020

Modified Files:
        pkgsrc/lang/php: pear.mk

Log Message:
php/pear.mk: make DIST_SUBDIR overridable


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/lang/php/pear.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/php/pear.mk
diff -u pkgsrc/lang/php/pear.mk:1.31 pkgsrc/lang/php/pear.mk:1.32
--- pkgsrc/lang/php/pear.mk:1.31        Fri Jul  5 08:51:25 2019
+++ pkgsrc/lang/php/pear.mk     Sun Aug 16 22:44:44 2020
@@ -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 @@ MASTER_SITE_PEAR_PACKAGE+= \
        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