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/twin | |
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/twin')
-rw-r--r-- | emulators/twin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/twin/Makefile b/emulators/twin/Makefile index a6d5b094581..94ab84e119c 100644 --- a/emulators/twin/Makefile +++ b/emulators/twin/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.5 2003/03/08 03:15:49 jmc Exp $ +# $NetBSD: Makefile,v 1.6 2003/03/29 12:40:51 jmmv Exp $ # DISTNAME= twin-src-3.1.14 PKGNAME= twin-3.1.14 PKGREVISION= 1 +WRKSRC= ${WRKDIR}/twin CATEGORIES= emulators MASTER_SITES= ftp://ftp.willows.com/pub/twin/ @@ -14,7 +15,6 @@ COMMENT= cross-platform implementation of the win32 api GNU_CONFIGURE= yes USE_GMAKE= yes USE_X11= yes -WRKSRC= ${WRKDIR}/twin ALL_TARGET= depend world AUTOCONF_REQD= 2.13 CONFIGURE_ARGS= --enable-debugger |