summaryrefslogtreecommitdiff
path: root/editors/abiword
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2004-01-20 12:07:06 +0000
committeragc <agc@pkgsrc.org>2004-01-20 12:07:06 +0000
commitdc52048e014fdad9bb69ef9db159835a61c8dd4d (patch)
tree28fc431efa48feea798736cefee933a6529a5c91 /editors/abiword
parent46eceba7253d40f1643bc06f73cc7fd2148c2e8e (diff)
downloadpkgsrc-dc52048e014fdad9bb69ef9db159835a61c8dd4d.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'editors/abiword')
-rw-r--r--editors/abiword/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile
index 0e683ac8666..876c8d3bcff 100644
--- a/editors/abiword/Makefile
+++ b/editors/abiword/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.63 2004/01/03 18:49:39 reed Exp $
+# $NetBSD: Makefile,v 1.64 2004/01/20 12:14:05 agc Exp $
#
DISTNAME= abiword-${DIST_VER}
PKGREVISION= 2
-WRKSRC= ${WRKDIR}/${DISTNAME}/abi
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=abiword/}
@@ -16,6 +15,7 @@ BUILD_USES_MSGFMT= yes
# GTK1 version and previous name of the GTK2 version
CONFLICTS= abiword-personal-[0-9]* abiword2-[0-9]*
+WRKSRC= ${WRKDIR}/${DISTNAME}/abi
GNU_CONFIGURE= yes
USE_BUILDLINK2= yes
USE_GMAKE= yes