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/sam/Makefile | |
parent | 46eceba7253d40f1643bc06f73cc7fd2148c2e8e (diff) | |
download | pkgsrc-dc52048e014fdad9bb69ef9db159835a61c8dd4d.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 |