diff options
author | obache <obache@pkgsrc.org> | 2015-02-01 11:28:24 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2015-02-01 11:28:24 +0000 |
commit | ac6051eaa234b1c1bac28cd81aa74a1fffdb1648 (patch) | |
tree | 913bbb85d4fd8148b957ff3f4c86912ddc59190d /lang/pear | |
parent | 24fae44443af68f475c2fbac5cd1f063260d3f2f (diff) | |
download | pkgsrc-ac6051eaa234b1c1bac28cd81aa74a1fffdb1648.tar.gz |
Revert "sysconfdir must be same as base php package.",
proposed/discussed is required for such changes.
Diffstat (limited to 'lang/pear')
-rw-r--r-- | lang/pear/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/pear/Makefile b/lang/pear/Makefile index 8fc39060190..61b24e323fe 100644 --- a/lang/pear/Makefile +++ b/lang/pear/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2014/11/29 07:58:10 obache Exp $ +# $NetBSD: Makefile,v 1.29 2015/02/01 11:28:24 obache Exp $ # DISTNAME= PEAR-1.9.5 @@ -21,7 +21,6 @@ USE_TOOLS+= gzcat CONFLICTS+= php<5.2.1nb2 -PKG_SYSCONFVAR= php CONF_FILES= ${PREFIX}/share/examples/pear/pear.conf \ ${PKG_SYSCONFDIR}/pear.conf |