diff options
author | asau <asau@pkgsrc.org> | 2012-10-23 17:18:07 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-23 17:18:07 +0000 |
commit | 832b740682184b4a7e21ea8963eadfc79f474b83 (patch) | |
tree | d50b4bce05c17dae775c19b369feefcd32973510 /net/ipw | |
parent | d190aecf6fc73faf4b4c5234b8f7a11ca50ca40d (diff) | |
download | pkgsrc-832b740682184b4a7e21ea8963eadfc79f474b83.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'net/ipw')
-rw-r--r-- | net/ipw/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/ipw/Makefile b/net/ipw/Makefile index c81bf9f03d6..01b9f7daf68 100644 --- a/net/ipw/Makefile +++ b/net/ipw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2010/02/26 10:28:33 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2012/10/23 17:18:29 asau Exp $ # DISTNAME= ipw-3.3a @@ -13,7 +13,6 @@ COMMENT= "whois" replacement that automatically queries several databases WRKSRC= ${WRKDIR} INSTALLATION_DIRS= bin share/doc -PKG_DESTDIR_SUPPORT= user-destdir LIBS.SunOS+= -lnsl -lsocket MAKE_ENV+= LIBS=${LIBS:M*:Q} |