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 | 3a111113dcf15a2b040e07ba3513ace1fed6fea6 (patch) | |
tree | 28fc431efa48feea798736cefee933a6529a5c91 /cad/fasthenry | |
parent | 6e91cb59f4f7438fb915bac8df227587a9c83e61 (diff) | |
download | pkgsrc-3a111113dcf15a2b040e07ba3513ace1fed6fea6.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'cad/fasthenry')
-rw-r--r-- | cad/fasthenry/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/fasthenry/Makefile b/cad/fasthenry/Makefile index 65d36b31776..483e11b4478 100644 --- a/cad/fasthenry/Makefile +++ b/cad/fasthenry/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.17 2003/09/17 19:40:03 grant Exp $ +# $NetBSD: Makefile,v 1.18 2004/01/20 12:09:09 agc Exp $ # DISTNAME= fasthenry-3.0-12Nov96 PKGNAME= fasthenry-3.0.19961112 -WRKSRC= ${WRKDIR}/fasthenry-3.0 CATEGORIES= cad MASTER_SITES= ftp://rle-vlsi.mit.edu/pub/fasthenry/ EXTRACT_SUFX= .tar.Z @@ -19,6 +18,7 @@ NO_BIN_ON_CDROM= ${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} NO_SRC_ON_FTP= ${RESTRICTED} +WRKSRC= ${WRKDIR}/fasthenry-3.0 USE_BUILDLINK2= yes HAS_CONFIGURE= yes CONFIGURE_SCRIPT= ./config |