diff options
author | asau <asau> | 2012-10-31 11:16:30 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-31 11:16:30 +0000 |
commit | 52ae94c9b672e9389ee68afb66df841a3afeb667 (patch) | |
tree | 6eb09c25220d76b18e8b9066167d5ee3c96a3712 /devel/roundup | |
parent | cf871ec64c560ebe1cc9c0ba791a04b62017feed (diff) | |
download | pkgsrc-52ae94c9b672e9389ee68afb66df841a3afeb667.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'devel/roundup')
-rw-r--r-- | devel/roundup/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/roundup/Makefile b/devel/roundup/Makefile index 5e3342b7766..33a8d0c45c1 100644 --- a/devel/roundup/Makefile +++ b/devel/roundup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2012/03/15 11:53:25 obache Exp $ +# $NetBSD: Makefile,v 1.43 2012/10/31 11:19:39 asau Exp $ DISTNAME= roundup-1.4.19 PKGREVISION= 2 @@ -10,8 +10,6 @@ HOMEPAGE= http://roundup.sourceforge.net/ COMMENT= Issue tracking system with command-line, web and email clients LICENSE= mit AND zpl -PKG_DESTDIR_SUPPORT= user-destdir - USE_LANGUAGES= USE_TOOLS+= pax |