diff options
author | agc <agc@pkgsrc.org> | 2004-01-20 12:07:06 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-20 12:07:06 +0000 |
commit | dc52048e014fdad9bb69ef9db159835a61c8dd4d (patch) | |
tree | 28fc431efa48feea798736cefee933a6529a5c91 /editors/joe | |
parent | 46eceba7253d40f1643bc06f73cc7fd2148c2e8e (diff) | |
download | pkgsrc-dc52048e014fdad9bb69ef9db159835a61c8dd4d.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'editors/joe')
-rw-r--r-- | editors/joe/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/joe/Makefile b/editors/joe/Makefile index 8d555cea20b..56b77825a20 100644 --- a/editors/joe/Makefile +++ b/editors/joe/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.15 2003/07/17 21:34:31 grant Exp $ +# $NetBSD: Makefile,v 1.16 2004/01/20 12:14:05 agc Exp $ # DISTNAME= joe2.8 PKGNAME= joe-2.8 PKGREVISION= 2 -WRKSRC= ${WRKDIR}/joe CATEGORIES= editors MASTER_SITES= ftp://ftp.std.com/src/editors/ EXTRACT_SUFX= .tar.Z @@ -12,6 +11,7 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= explorer@NetBSD.org COMMENT= Joe's own editor +WRKSRC= ${WRKDIR}/joe ALL_TARGET= joe CFLAGS+= -DTERMINFO |