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/paros | |
parent | 7921180beeb1b652f54dd21818789c08d8102ba1 (diff) | |
download | pkgsrc-6d2a5eb0194403a26ecfc1ccd2d02c7ca7875bfb.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'www/paros')
-rw-r--r-- | www/paros/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/paros/Makefile b/www/paros/Makefile index 91639a5521c..a6739bdab1a 100644 --- a/www/paros/Makefile +++ b/www/paros/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2009/09/29 17:06:15 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2012/10/28 06:30:56 asau Exp $ # DISTNAME= paros-3.2.13-unix @@ -12,8 +12,6 @@ MAINTAINER= salo@NetBSD.org HOMEPAGE= http://www.parosproxy.org/ COMMENT= HTTP/HTTPS proxy for assessing web application vulnerabilities -PKG_DESTDIR_SUPPORT= user-destdir - NO_BUILD= yes USE_JAVA2= yes USE_JAVA= run |