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/urlget | |
parent | 75871b258b3cd1415361277bc1c79bdf48f8747a (diff) | |
download | pkgsrc-53b267d9a5f8578c36667f3165bd0b116cc8e255.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'www/urlget')
-rw-r--r-- | www/urlget/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/urlget/Makefile b/www/urlget/Makefile index 7f72c3c1682..b9e06dad23c 100644 --- a/www/urlget/Makefile +++ b/www/urlget/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2009/10/29 22:29:16 tnn Exp $ +# $NetBSD: Makefile,v 1.13 2012/10/28 06:31:07 asau Exp $ # DISTNAME= urlget-1.4 @@ -8,8 +8,6 @@ MASTER_SITES= ftp://ftp.gw.com/pub/people/kim/ MAINTAINER= kim@tac.nyc.ny.us COMMENT= Simple command-line tool to retrieve an HTTP URL -PKG_DESTDIR_SUPPORT= user-destdir - .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "SunOS" |