diff options
Diffstat (limited to 'fonts/pfaedit/Makefile')
-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 |