diff options
author | joerg <joerg@pkgsrc.org> | 2010-02-11 22:14:30 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-02-11 22:14:30 +0000 |
commit | 90d6db33982ffaef9c59afa2f93c5970684a1906 (patch) | |
tree | 158a207e58929596737a90cde12a40358acd9b2d /net/netgroup/Makefile | |
parent | 372ea224c288ea14719b0055008e3944f0621799 (diff) | |
download | pkgsrc-90d6db33982ffaef9c59afa2f93c5970684a1906.tar.gz |
DESTDIR support
Diffstat (limited to 'net/netgroup/Makefile')
-rw-r--r-- | net/netgroup/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/net/netgroup/Makefile b/net/netgroup/Makefile index ee6553ccab8..8096b817173 100644 --- a/net/netgroup/Makefile +++ b/net/netgroup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/11/03 17:00:38 tv Exp $ +# $NetBSD: Makefile,v 1.4 2010/02/11 22:17:29 joerg Exp $ # DISTNAME= netgroup-0.0 @@ -8,8 +8,13 @@ MASTER_SITES= ftp://ftp.astron.com/pub/netgroup/ MAINTAINER= christos@NetBSD.org COMMENT= Netgroup membership listing and testing functions +PKG_DESTDIR_SUPPORT= user-destdir + NOT_FOR_PLATFORM= Interix-*-* # no netgroups +INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1 INSTALL_TARGET= inst-all +INSTALL_MAKE_FLAGS+= BINDIR=${DESTDIR}${PREFIX}/bin \ + MANDIR=${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 .include "../../mk/bsd.pkg.mk" |