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/abiword1 | |
parent | 4d370739c847b8a33d050da71dc46a270cd4b967 (diff) | |
download | pkgsrc-06f56759ab83097f935dffe578fb2580c3043d6b.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'editors/abiword1')
-rw-r--r-- | editors/abiword1/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/abiword1/Makefile b/editors/abiword1/Makefile index 4e7815e7494..86ab2847e84 100644 --- a/editors/abiword1/Makefile +++ b/editors/abiword1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/01/03 18:49:39 reed Exp $ +# $NetBSD: Makefile,v 1.4 2004/01/20 12:14:05 agc Exp $ # # According to AbiSource's explanation of their trademark rights, # compilations/distributions of AbiWord not provided by AbiSource must @@ -8,7 +8,6 @@ DISTNAME= abiword-${ABIWORD_VERS} PKGNAME= abiword-personal-${ABIWORD_VERS} PKGREVISION= 4 -WRKSRC= ${WRKDIR}/${DISTNAME}/abi CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=abiword/} @@ -23,6 +22,7 @@ ABIWORD_VERS= 1.0.5 CONFLICTS= abiword-[0-9]* abiword2-[0-9]* +WRKSRC= ${WRKDIR}/${DISTNAME}/abi USE_BUILDLINK2= # defined USE_X11= # defined USE_GMAKE= # defined |