diff options
author | asau <asau> | 2012-10-23 18:16:19 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-23 18:16:19 +0000 |
commit | 02fd687ccd4b6e6c62304e11bab2551c0a4e3b20 (patch) | |
tree | 2e3abeb7d7fb2a2cac43be623cf8c31f83e59ec8 /security/amap | |
parent | 99a6fca149c45543be1f13c6dca05a1f6b130285 (diff) | |
download | pkgsrc-02fd687ccd4b6e6c62304e11bab2551c0a4e3b20.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'security/amap')
-rw-r--r-- | security/amap/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/security/amap/Makefile b/security/amap/Makefile index 42d9a42414e..61c8054c707 100644 --- a/security/amap/Makefile +++ b/security/amap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2012/03/03 00:13:51 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2012/10/23 18:16:20 asau Exp $ # DISTNAME= amap-5.2 @@ -11,8 +11,6 @@ HOMEPAGE= http://freeworld.thc.org/thc-amap/ COMMENT= Applications and Services scanner LICENSE= amap-license -PKG_DESTDIR_SUPPORT= user-destdir - HAS_CONFIGURE= YES CONFIGURE_ARGS+= --prefix=${PREFIX:Q} |