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 | 276a662941e96eb9e2365a6746653f5103be8fb2 (patch) | |
tree | d50b4bce05c17dae775c19b369feefcd32973510 /net/pim6sd | |
parent | e1eb0090ae6d8b8fdd7a38fe2ca40e638a527849 (diff) | |
download | pkgsrc-276a662941e96eb9e2365a6746653f5103be8fb2.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'net/pim6sd')
-rw-r--r-- | net/pim6sd/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/pim6sd/Makefile b/net/pim6sd/Makefile index e3b3ca70f20..ab94740d70d 100644 --- a/net/pim6sd/Makefile +++ b/net/pim6sd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2011/12/21 11:58:27 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2012/10/23 17:18:58 asau Exp $ DISTNAME= pim6sd-20031021a PKGREVISION= 1 @@ -8,8 +8,6 @@ MASTER_SITES= ftp://ftp.kame.net/pub/kame/misc/ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= IPv6 PIM sparse mode daemon -PKG_DESTDIR_SUPPORT= user-destdir - USE_BSD_MAKEFILE= yes USE_FEATURES+= inet6 |