pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/php81



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Mar  1 07:18:07 UTC 2023

Modified Files:
        pkgsrc/lang/php81: Makefile.common

Log Message:
php81: do not override DIST_SUBDIR

Some extensions want to set it for themselves.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/php81/Makefile.common

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

Modified files:

Index: pkgsrc/lang/php81/Makefile.common
diff -u pkgsrc/lang/php81/Makefile.common:1.2 pkgsrc/lang/php81/Makefile.common:1.3
--- pkgsrc/lang/php81/Makefile.common:1.2       Wed Feb 22 00:03:09 2023
+++ pkgsrc/lang/php81/Makefile.common   Wed Mar  1 07:18:07 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.2 2023/02/22 00:03:09 taca Exp $
+# $NetBSD: Makefile.common,v 1.3 2023/03/01 07:18:07 wiz Exp $
 # used by lang/php81/Makefile.php
 # used by lang/php/ext.mk
 # used by meta-pkgs/php81-extensions/Makefile
@@ -7,7 +7,7 @@ PHP_VERSION_REQD=       81
 
 .include "../../lang/php/common.mk"
 
-DIST_SUBDIR=           php81-20230214
+DIST_SUBDIR?=          php81-20230214
 CATEGORIES+=           www
 MAINTAINER?=           pkgsrc-users%NetBSD.org@localhost
 



Home | Main Index | Thread Index | Old Index