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/tcp_wrappers | |
parent | 99a6fca149c45543be1f13c6dca05a1f6b130285 (diff) | |
download | pkgsrc-02fd687ccd4b6e6c62304e11bab2551c0a4e3b20.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'security/tcp_wrappers')
-rw-r--r-- | security/tcp_wrappers/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/tcp_wrappers/Makefile b/security/tcp_wrappers/Makefile index ce926efc74c..3839e48a398 100644 --- a/security/tcp_wrappers/Makefile +++ b/security/tcp_wrappers/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2012/07/20 09:58:36 adam Exp $ +# $NetBSD: Makefile,v 1.37 2012/10/23 18:17:00 asau Exp $ DISTNAME= tcp_wrappers_7.6-ipv6.4 PKGNAME= ${DISTNAME:S/_7.6-ipv6/-7.6/} @@ -10,7 +10,6 @@ HOMEPAGE= ftp://ftp.porcupine.org/pub/security/index.html COMMENT= Monitor and filter incoming requests for network services PKG_INSTALLATION_TYPES= overwrite pkgviews -PKG_DESTDIR_SUPPORT= user-destdir USE_LIBTOOL= yes |