summaryrefslogtreecommitdiff
path: root/emulators/compat16
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-10-23 15:09:30 +0000
committerrillig <rillig@pkgsrc.org>2005-10-23 15:09:30 +0000
commitd4fdf098943b2dd822bb1968acc2f1340073bdb6 (patch)
treedb7d9ea41ee07e9f4160e8333973cb8c48b6146c /emulators/compat16
parentbc9a97eb7bd24ca8cbad4dd537067b2aecef4101 (diff)
downloadpkgsrc-d4fdf098943b2dd822bb1968acc2f1340073bdb6.tar.gz
Fixed pkglint warning.
Diffstat (limited to 'emulators/compat16')
-rw-r--r--emulators/compat16/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/emulators/compat16/Makefile b/emulators/compat16/Makefile
index 4679ee3adf4..7eb3371577e 100644
--- a/emulators/compat16/Makefile
+++ b/emulators/compat16/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2005/09/28 20:52:20 rillig Exp $
+# $NetBSD: Makefile,v 1.5 2005/10/23 15:09:30 rillig Exp $
#
DISTNAME= compat16-${MACHINE_ARCH}-${VERSION}
@@ -20,14 +20,12 @@ NO_BUILD= yes
NO_CONFIGURE= yes
SHLIB_HANDLING= NO
-.include "../../mk/bsd.prefs.mk"
-
EMULSUBDIR= emul/netbsd16
PLIST_SUBST+= EMULSUBDIR=${EMULSUBDIR}
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/${EMULSUBDIR}
- (cd ${WRKDIR}; pax -rw usr ${PREFIX}/${EMULSUBDIR})
+ (cd ${WRKDIR}; ${PAX} -rw usr ${PREFIX}/${EMULSUBDIR})
.include "../../mk/bsd.pkg.mk"