diff options
Diffstat (limited to 'emulators/x48/Makefile')
-rw-r--r-- | emulators/x48/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/emulators/x48/Makefile b/emulators/x48/Makefile index 4df3f2c7c21..b9601178f5d 100644 --- a/emulators/x48/Makefile +++ b/emulators/x48/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2001/04/27 14:59:42 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2003/03/29 12:40:52 jmmv Exp $ # DISTNAME= x48_041 PKGNAME= x48-0.4.1 +WRKSRC= ${WRKDIR}/${PKGNAME} CATEGORIES= emulators MASTER_SITES= http://home.earthlink.net/~rmmlgetz/ @@ -12,8 +13,6 @@ COMMENT= HP48 emulator USE_IMAKE= YES -WRKSRC= ${WRKDIR}/${PKGNAME} - post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/x48 \ ${PREFIX}/share/doc/x48/romdump |