summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-10-22 16:30:22 +0000
committerrillig <rillig@pkgsrc.org>2006-10-22 16:30:22 +0000
commit97cb2f4b016dc227e28f75486fd6c28ef21dd027 (patch)
tree959123e155ea31b088e08dfd22020f4da7affa6f /emulators
parent4ed6b39fdd011142a809cf94ec72706e46499479 (diff)
downloadpkgsrc-97cb2f4b016dc227e28f75486fd6c28ef21dd027.tar.gz
Fixed PKGMANDIR and file ownership.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/z26/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/emulators/z26/Makefile b/emulators/z26/Makefile
index 90a149445ce..07159dd4569 100644
--- a/emulators/z26/Makefile
+++ b/emulators/z26/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2006/06/12 16:28:07 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2006/10/22 16:30:22 rillig Exp $
#
DISTNAME= z26v213
@@ -18,8 +18,10 @@ ONLY_FOR_PLATFORM+= *-*-i386
WRKSRC= ${WRKDIR}/z26_snapshot-20040523
USE_TOOLS+= gmake perl
BUILD_TARGET= netbsd
-MAKE_ENV+= "INSTALL_BINDIR=${PREFIX}/bin"
-MAKE_ENV+= "INSTALL_MANDIR=${PREFIX}/man/man1"
+MAKE_ENV+= INSTALL_BINDIR=${PREFIX}/bin
+MAKE_ENV+= INSTALL_MANDIR=${PREFIX}/${PKGMANDIR}/man1
+MAKE_FLAGS+= INSTALL_USER=${ROOT_USER}
+MAKE_FLAGS+= INSTALL_GROUP=${ROOT_GROUP}
.include "../../devel/SDL/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"