diff options
author | agc <agc> | 2004-01-20 12:07:06 +0000 |
---|---|---|
committer | agc <agc> | 2004-01-20 12:07:06 +0000 |
commit | 06f56759ab83097f935dffe578fb2580c3043d6b (patch) | |
tree | 28fc431efa48feea798736cefee933a6529a5c91 /editors/sam/Makefile | |
parent | 4d370739c847b8a33d050da71dc46a270cd4b967 (diff) | |
download | pkgsrc-06f56759ab83097f935dffe578fb2580c3043d6b.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'editors/sam/Makefile')
-rw-r--r-- | editors/sam/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/sam/Makefile b/editors/sam/Makefile index 5c4a514a159..b7e31a5693b 100644 --- a/editors/sam/Makefile +++ b/editors/sam/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.24 2003/07/17 21:34:47 grant Exp $ +# $NetBSD: Makefile,v 1.25 2004/01/20 12:14:05 agc Exp $ # FreeBSD Id: Makefile,v 1.3 1996/11/12 02:19:40 obrien Exp # DISTNAME= sam PKGNAME= sam-4.3 PKGREVISION= 1 -WRKSRC= ${WRKDIR} CATEGORIES= editors plan9 MASTER_SITES= ftp://ftp.ecf.toronto.edu/pub/plan9/matty/ EXTRACT_SUFX= .msg.gz @@ -15,6 +14,7 @@ COMMENT= Unix version of Rob Pike's editor for plan9 DEPENDS+= libXgFonts-1.0:../../fonts/Xg +WRKSRC= ${WRKDIR} EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} | ${SH} MANCOMPRESSED= yes |