Skip to content

Commit

Permalink
Fixed pkglint warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
rillig committed Oct 23, 2005
1 parent bc9a97e commit d4fdf09
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions emulators/compat16/Makefile
Original file line number Diff line number Diff line change
@@ -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}
Expand All @@ -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"

0 comments on commit d4fdf09

Please sign in to comment.