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 /comms/estic/Makefile | |
parent | 6e91cb59f4f7438fb915bac8df227587a9c83e61 (diff) | |
download | pkgsrc-3a111113dcf15a2b040e07ba3513ace1fed6fea6.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'comms/estic/Makefile')
-rw-r--r-- | comms/estic/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/estic/Makefile b/comms/estic/Makefile index 7215c2974d5..4db7facf0d2 100644 --- a/comms/estic/Makefile +++ b/comms/estic/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2003/12/28 21:54:31 tron Exp $ +# $NetBSD: Makefile,v 1.10 2004/01/20 12:10:01 agc Exp $ DISTNAME= estic-1.61 -WRKSRC= ${WRKDIR}/${PKGNAME_NOREV:C/-.*//} CATEGORIES= comms MASTER_SITES= ftp://ftp.gwdg.de/pub/misc/isdn/linux/estic/ EXTRACT_SUFX= .zip @@ -17,6 +16,7 @@ RESTRICTED= "Only free distribution permitted" NO_SRC_ON_CDROM=${RESTRICTED} NO_BIN_ON_CDROM=${RESTRICTED} +WRKSRC= ${WRKDIR}/${PKGNAME_NOREV:C/-.*//} USE_BUILDLINK2= # defined USE_X11= # defined |