diff options
author | tnn <tnn@pkgsrc.org> | 2020-08-16 22:44:44 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2020-08-16 22:44:44 +0000 |
commit | 69f907374170dab4796727a0a546eda1317e595a (patch) | |
tree | 4f4aaf500e3ed2bb763e9d51b8b9e67e30c0a5d9 | |
parent | 639fbd3da48be1b166605fd7369fdd3cb608ed81 (diff) | |
download | pkgsrc-69f907374170dab4796727a0a546eda1317e595a.tar.gz |
php/pear.mk: make DIST_SUBDIR overridable
-rw-r--r-- | lang/php/pear.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php/pear.mk b/lang/php/pear.mk index 4eb69d4a6cf..782ad2111a3 100644 --- a/lang/php/pear.mk +++ b/lang/php/pear.mk @@ -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/-.*//} |