diff options
author | zafer <zafer@pkgsrc.org> | 2010-02-07 17:15:54 +0000 |
---|---|---|
committer | zafer <zafer@pkgsrc.org> | 2010-02-07 17:15:54 +0000 |
commit | ed81cc551c89bc9a064000db80f1826fa500b188 (patch) | |
tree | 476aaf83e757084527bc1af507b10f493b4acf10 /converters | |
parent | 973a734e445a4955f52406a1eb9581c41090458c (diff) | |
download | pkgsrc-ed81cc551c89bc9a064000db80f1826fa500b188.tar.gz |
satisfy pkglint.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/fondu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/fondu/Makefile b/converters/fondu/Makefile index a0ad31cb61f..6ec02d7f389 100644 --- a/converters/fondu/Makefile +++ b/converters/fondu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2010/02/07 17:12:34 zafer Exp $ +# $NetBSD: Makefile,v 1.11 2010/02/07 17:15:54 zafer Exp $ # DISTNAME= fondu_src-060102 @@ -12,7 +12,7 @@ HOMEPAGE= http://fondu.sourceforge.net/ COMMENT= Utility to convert between Mac fonts and UNIX fonts LICENSE= original-bsd -WRKSRC= ${WRKDIR}/${PKGNAME} +WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} GNU_CONFIGURE= YES PKG_DESTDIR_SUPPORT= user-destdir |