diff options
author | agc <agc> | 2004-01-20 12:07:06 +0000 |
---|---|---|
committer | agc <agc> | 2004-01-20 12:07:06 +0000 |
commit | 06f56759ab83097f935dffe578fb2580c3043d6b (patch) | |
tree | 28fc431efa48feea798736cefee933a6529a5c91 /editors/vigor | |
parent | 4d370739c847b8a33d050da71dc46a270cd4b967 (diff) | |
download | pkgsrc-06f56759ab83097f935dffe578fb2580c3043d6b.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'editors/vigor')
-rw-r--r-- | editors/vigor/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/vigor/Makefile b/editors/vigor/Makefile index 983399c5997..ce139dadc46 100644 --- a/editors/vigor/Makefile +++ b/editors/vigor/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2003/09/09 18:00:24 hubertf Exp $ +# $NetBSD: Makefile,v 1.13 2004/01/20 12:14:06 agc Exp $ # DISTNAME= vigor-0.016 -WRKSRC= ${WRKDIR}/${DISTNAME}/build CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=vigor/} @@ -12,6 +11,7 @@ COMMENT= nvi with excessive online "help" CONFLICTS+= nvi-[0-9]* +WRKSRC= ${WRKDIR}/${DISTNAME}/build USE_X11= yes USE_BUILDLINK2= yes |