diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/oidentd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/oidentd/Makefile b/net/oidentd/Makefile index c478b9d4467..9f7b9ea2e8e 100644 --- a/net/oidentd/Makefile +++ b/net/oidentd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2010/03/22 16:21:31 joerg Exp $ +# $NetBSD: Makefile,v 1.12 2011/03/20 12:45:07 obache Exp $ DISTNAME= oidentd-2.0.7 PKGREVISION= 4 @@ -11,6 +11,8 @@ COMMENT= Configurable IDENT server that supports NAT/IP masq NOT_FOR_PLATFORM+= NetBSD-[5-9]*-* NetBSD-1[0-9]*-* +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= YES CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} RCD_SCRIPTS= oidentd |