diff options
author | asau <asau@pkgsrc.org> | 2012-10-28 06:30:00 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-28 06:30:00 +0000 |
commit | 6d2a5eb0194403a26ecfc1ccd2d02c7ca7875bfb (patch) | |
tree | 2a7fd30e4ee838f24d3e799d8f0f744759aaf6f0 /www/urlget | |
parent | 7921180beeb1b652f54dd21818789c08d8102ba1 (diff) | |
download | pkgsrc-6d2a5eb0194403a26ecfc1ccd2d02c7ca7875bfb.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" |