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/wide-dhcpv6 | |
parent | d190aecf6fc73faf4b4c5234b8f7a11ca50ca40d (diff) | |
download | pkgsrc-832b740682184b4a7e21ea8963eadfc79f474b83.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'net/wide-dhcpv6')
-rw-r--r-- | net/wide-dhcpv6/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/wide-dhcpv6/Makefile b/net/wide-dhcpv6/Makefile index 54cfa2e6580..81feedfc805 100644 --- a/net/wide-dhcpv6/Makefile +++ b/net/wide-dhcpv6/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2011/09/03 08:19:57 obache Exp $ +# $NetBSD: Makefile,v 1.7 2012/10/23 17:19:19 asau Exp $ DISTNAME= wide-dhcpv6-20080615 CATEGORIES= net @@ -9,8 +9,6 @@ HOMEPAGE= http://wide-dhcpv6.sourceforge.net/ COMMENT= DHCP6 client, server and relay agent by WIDE project LICENSE= modified-bsd -PKG_DESTDIR_SUPPORT= user-destdir - USE_TOOLS+= lex yacc GNU_CONFIGURE= yes CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} |