diff options
author | jmmv <jmmv> | 2003-03-29 12:40:00 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-03-29 12:40:00 +0000 |
commit | 95b3e3e2360a18f5efbc61ef85a063b7481be09f (patch) | |
tree | faa47d38b96f7c3d479f826963ddfdc99b66acc3 /emulators/x48 | |
parent | 4815b5463ae62763c7f76ef59cf137fd64490912 (diff) | |
download | pkgsrc-95b3e3e2360a18f5efbc61ef85a063b7481be09f.tar.gz |
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Diffstat (limited to 'emulators/x48')
-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 |