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 /fonts/pfaedit | |
parent | 46eceba7253d40f1643bc06f73cc7fd2148c2e8e (diff) | |
download | pkgsrc-dc52048e014fdad9bb69ef9db159835a61c8dd4d.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'fonts/pfaedit')
-rw-r--r-- | fonts/pfaedit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/pfaedit/Makefile b/fonts/pfaedit/Makefile index 588b1f4a826..a56039cc29e 100644 --- a/fonts/pfaedit/Makefile +++ b/fonts/pfaedit/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2004/01/05 06:49:31 junyoung Exp $ +# $NetBSD: Makefile,v 1.11 2004/01/20 12:15:17 agc Exp $ # DISTNAME= pfaedit_full-${VERSION} PKGNAME= pfaedit-20${VERSION} -WRKSRC= ${WRKDIR}/pfaedit-${VERSION} CATEGORIES= fonts editors MASTER_SITES= http://pfaedit.sourceforge.net/ EXTRACT_SUFX= .tgz @@ -14,6 +13,7 @@ COMMENT= Postscript font editor VERSION= 040102 +WRKSRC= ${WRKDIR}/pfaedit-${VERSION} USE_GMAKE= YES USE_LIBTOOL= YES LIBTOOL_OVERRIDE= ${WRKSRC}/libtool |