diff options
author | asau <asau@pkgsrc.org> | 2012-10-08 09:57:15 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-08 09:57:15 +0000 |
commit | 8f75236f827c34ceeecf003721ddba4db5044cdb (patch) | |
tree | 53b43134363be0fb8b959c5efdc853bf559a032d /misc/cstream | |
parent | 04a5a3626d07f479d3e2122261c3c6b9406ec8c1 (diff) | |
download | pkgsrc-8f75236f827c34ceeecf003721ddba4db5044cdb.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'misc/cstream')
-rw-r--r-- | misc/cstream/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/cstream/Makefile b/misc/cstream/Makefile index 7b88eed5139..886e9d2f703 100644 --- a/misc/cstream/Makefile +++ b/misc/cstream/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2008/12/19 10:19:12 adam Exp $ +# $NetBSD: Makefile,v 1.10 2012/10/08 09:57:18 asau Exp $ DISTNAME= cstream-2.7.5 CATEGORIES= misc @@ -8,8 +8,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.cons.org/cracauer/cstream.html COMMENT= General-purpose stream-handling tool with bandwidth limiting -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes .include "../../mk/bsd.prefs.mk" |