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 | 3ad1bdbf063a03bdcca7087d41be98b07ad933af (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /misc/fep | |
parent | dc52048e014fdad9bb69ef9db159835a61c8dd4d (diff) | |
download | pkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'misc/fep')
-rw-r--r-- | misc/fep/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/fep/Makefile b/misc/fep/Makefile index 3fa3c3060ee..40ac1e530a2 100644 --- a/misc/fep/Makefile +++ b/misc/fep/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.12 2003/11/11 10:42:32 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2004/01/20 12:21:01 agc Exp $ # FreeBSD Id: Makefile,v 1.2 1996/11/11 05:49:31 obrien Exp # DISTNAME= fep PKGNAME= fep-1.0 PKGREVISION= 1 -WRKSRC= ${WRKDIR} CATEGORIES= misc MASTER_SITES= ftp://ftp.sra.co.jp/pub/cmd/fep/ @@ -17,6 +16,7 @@ RESTRICTED= Do not redistribute for a fee NO_SRC_ON_CDROM=${RESTRICTED} NO_BIN_ON_CDROM=${RESTRICTED} +WRKSRC= ${WRKDIR} MANCOMPRESSED= yes pre-build: |