diff options
author | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
commit | 61769bf56e2f71617516434864edec5b0165f3d4 (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /math/sc | |
parent | 3a111113dcf15a2b040e07ba3513ace1fed6fea6 (diff) | |
download | pkgsrc-61769bf56e2f71617516434864edec5b0165f3d4.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'math/sc')
-rw-r--r-- | math/sc/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/math/sc/Makefile b/math/sc/Makefile index 5e6ae781e86..ecda5620706 100644 --- a/math/sc/Makefile +++ b/math/sc/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2003/05/06 17:41:54 jmmv Exp $ +# $NetBSD: Makefile,v 1.8 2004/01/20 12:20:05 agc Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1998/08/10 00:20:29 steve Exp DISTNAME= sc-6.21 -WRKSRC= ${WRKDIR} CATEGORIES= math MASTER_SITES= ftp://gatekeeper.dec.com/pub/misc/ EXTRACT_SUFX= .tar.Z @@ -10,4 +9,6 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= eric@fox.phoenix.az.us COMMENT= Curses-based spreadsheet program +WRKSRC= ${WRKDIR} + .include "../../mk/bsd.pkg.mk" |