summaryrefslogtreecommitdiff
path: root/net/netgroup/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2010-02-11 22:14:30 +0000
committerjoerg <joerg@pkgsrc.org>2010-02-11 22:14:30 +0000
commit90d6db33982ffaef9c59afa2f93c5970684a1906 (patch)
tree158a207e58929596737a90cde12a40358acd9b2d /net/netgroup/Makefile
parent372ea224c288ea14719b0055008e3944f0621799 (diff)
downloadpkgsrc-90d6db33982ffaef9c59afa2f93c5970684a1906.tar.gz
DESTDIR support
Diffstat (limited to 'net/netgroup/Makefile')
-rw-r--r--net/netgroup/Makefile7
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"