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/bvi | |
parent | 46eceba7253d40f1643bc06f73cc7fd2148c2e8e (diff) | |
download | pkgsrc-dc52048e014fdad9bb69ef9db159835a61c8dd4d.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'editors/bvi')
-rw-r--r-- | editors/bvi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/bvi/Makefile b/editors/bvi/Makefile index 159693f78ae..2e31a7b7271 100644 --- a/editors/bvi/Makefile +++ b/editors/bvi/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.16 2003/09/28 09:13:56 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2004/01/20 12:14:05 agc Exp $ # DISTNAME= bvi-1.3.0.src PKGNAME= bvi-1.3.0 PKGREVISION= 1 -WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bvi/} @@ -12,6 +11,7 @@ MAINTAINER= sakamoto@NetBSD.org HOMEPAGE= http://bvi.sourceforge.net/ COMMENT= Vi-like editor for binary files +WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} USE_BUILDLINK2= YES GNU_CONFIGURE= YES MAKE_ENV+= SHELL=${SH} |