summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorminskim <minskim>2006-06-06 00:02:54 +0000
committerminskim <minskim>2006-06-06 00:02:54 +0000
commitbc02420708cbf4ed830f34191f44ddab49b3bede (patch)
treeb39c54958f574eb73ed4b3801ce9a40d6b5d9d62 /comms
parent479e73df96bb061b14ec56a74629386ff3e144fc (diff)
downloadpkgsrc-bc02420708cbf4ed830f34191f44ddab49b3bede.tar.gz
Honor *OWN, *GRP, and *MODE.
Diffstat (limited to 'comms')
-rw-r--r--comms/birda/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/comms/birda/Makefile b/comms/birda/Makefile
index 64887cc170b..7c7ec770d6c 100644
--- a/comms/birda/Makefile
+++ b/comms/birda/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2005/11/14 12:33:23 augustss Exp $
+# $NetBSD: Makefile,v 1.16 2006/06/06 00:08:59 minskim Exp $
#
DISTNAME= birda-1.3
@@ -8,4 +8,7 @@ MASTER_SITES= ftp://ftp.augustsson.net/pub/netbsd/
MAINTAINER= lennart@augustsson.net
COMMENT= Bohlin's IrDA utilities
+MAKE_ENV+= BINOWN=${BINOWN} BINGRP=${BINGRP} BINMODE=${BINMODE}
+MAKE_ENV+= MANOWN=${MANOWN} MANGRP=${MANGRP} MANMODE=${MANMODE}
+
.include "../../mk/bsd.pkg.mk"