diff options
Diffstat (limited to 'emulators/twin/Makefile')
-rw-r--r-- | emulators/twin/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/emulators/twin/Makefile b/emulators/twin/Makefile index ebaa9dcd778..374b50719c1 100644 --- a/emulators/twin/Makefile +++ b/emulators/twin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2004/12/03 15:14:56 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2005/02/21 20:57:20 veego Exp $ # DISTNAME= twin-src-3.1.14 @@ -18,7 +18,6 @@ USE_X11= yes BUILD_TARGET= depend world AUTOCONF_REQD= 2.13 CONFIGURE_ARGS= --enable-debugger -PLIST_SRC= ${WRKDIR}/PLIST pre-configure: cd ${WRKSRC} && ${AUTORECONF} --force @@ -26,12 +25,6 @@ pre-configure: pre-build: ${CP} ${WRKSRC}/windows/Execfreebsd.c ${WRKSRC}/windows/Execnetbsd.c -pre-install: - @${CP} ${PKGDIR}/PLIST ${PLIST_SRC} -.if exists(${PKGDIR}/PLIST.${MACHINE_ARCH}) - @${CAT} ${PKGDIR}/PLIST.${MACHINE_ARCH} >> ${PLIST_SRC} -.endif - post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/twin ${INSTALL_DATA} ${WRKSRC}/documentation/* ${PREFIX}/share/doc/twin/ |