diff options
author | asau <asau> | 2012-10-28 06:30:00 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-28 06:30:00 +0000 |
commit | 53b267d9a5f8578c36667f3165bd0b116cc8e255 (patch) | |
tree | 2a7fd30e4ee838f24d3e799d8f0f744759aaf6f0 /www/snownews | |
parent | 75871b258b3cd1415361277bc1c79bdf48f8747a (diff) | |
download | pkgsrc-53b267d9a5f8578c36667f3165bd0b116cc8e255.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'www/snownews')
-rw-r--r-- | www/snownews/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/snownews/Makefile b/www/snownews/Makefile index aeb8254d6a0..9f258f8635d 100644 --- a/www/snownews/Makefile +++ b/www/snownews/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2012/10/03 21:59:04 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2012/10/28 06:31:05 asau Exp $ DISTNAME= snownews-1.5.12 PKGREVISION= 2 @@ -12,8 +12,6 @@ LICENSE= gnu-gpl-v2 DEPENDS+= p5-XML-LibXML>=1.58:../../textproc/p5-XML-LibXML -PKG_DESTDIR_SUPPORT= user-destdir - HAS_CONFIGURE= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= msgfmt perl |