diff options
author | asau <asau@pkgsrc.org> | 2012-10-08 13:04:16 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-08 13:04:16 +0000 |
commit | ba231f5526575cc6acbd7ed3c21f348cdb19b306 (patch) | |
tree | 42ed36270c26ff5446e6bf807a3287ffe97fabc7 /time/pear-Date | |
parent | 64785f27e94a7e74adfb570d3ff49f40e0e39c06 (diff) | |
download | pkgsrc-ba231f5526575cc6acbd7ed3c21f348cdb19b306.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'time/pear-Date')
-rw-r--r-- | time/pear-Date/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/time/pear-Date/Makefile b/time/pear-Date/Makefile index c68a72745b6..3d52027bd84 100644 --- a/time/pear-Date/Makefile +++ b/time/pear-Date/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2012/04/15 22:01:04 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2012/10/08 13:04:27 asau Exp $ DISTNAME= Date-1.4.7 CATEGORIES= time @@ -6,8 +6,6 @@ CATEGORIES= time MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= PHP Date and Time Zone Classes -PKG_DESTDIR_SUPPORT= user-destdir - CONFLICTS= php-pear-Date-[0-9]* .include "../../lang/php/pear.mk" |