summaryrefslogtreecommitdiff
path: root/emulators/twin
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2004-01-20 12:07:06 +0000
committeragc <agc@pkgsrc.org>2004-01-20 12:07:06 +0000
commitdc52048e014fdad9bb69ef9db159835a61c8dd4d (patch)
tree28fc431efa48feea798736cefee933a6529a5c91 /emulators/twin
parent46eceba7253d40f1643bc06f73cc7fd2148c2e8e (diff)
downloadpkgsrc-dc52048e014fdad9bb69ef9db159835a61c8dd4d.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'emulators/twin')
-rw-r--r--emulators/twin/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/twin/Makefile b/emulators/twin/Makefile
index 592359ead64..e2529e98c4f 100644
--- a/emulators/twin/Makefile
+++ b/emulators/twin/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.10 2003/07/30 06:01:58 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2004/01/20 12:14:41 agc 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/
@@ -12,6 +11,7 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.willows.com/
COMMENT= Cross-platform implementation of the win32 api
+WRKSRC= ${WRKDIR}/twin
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_X11= yes