diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-02-26 03:58:06 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-02-26 03:58:06 +0000 |
commit | ab337911ba4bd955aa2fc20a6778fb4d1c255039 (patch) | |
tree | 30bacfe4e49140669b721d754c5f43c3ce6050f5 /fonts | |
parent | 3e559465d096dee15d599a00d3840361d946c8b7 (diff) | |
download | pkgsrc-ab337911ba4bd955aa2fc20a6778fb4d1c255039.tar.gz |
Use new IMAKE_MAN_PATH variables in PLISTs to make these packages more
portable. Bump PKGREVISION accordingly.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/mkfontscale/Makefile | 3 | ||||
-rw-r--r-- | fonts/mkfontscale/PLIST | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/fonts/mkfontscale/Makefile b/fonts/mkfontscale/Makefile index 2e113b777b4..50feee6520f 100644 --- a/fonts/mkfontscale/Makefile +++ b/fonts/mkfontscale/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2002/12/07 02:38:55 schmonz Exp $ +# $NetBSD: Makefile,v 1.6 2003/02/26 04:01:10 jschauma Exp $ DISTNAME= mkfontscale-20020524 +PKGREVISION= 1 CATEGORIES= fonts MASTER_SITES= http://www.pps.jussieu.fr/~jch/software/files/ diff --git a/fonts/mkfontscale/PLIST b/fonts/mkfontscale/PLIST index 024b85ed967..fdfcf2636f1 100644 --- a/fonts/mkfontscale/PLIST +++ b/fonts/mkfontscale/PLIST @@ -1,3 +1,3 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/05/20 12:30:29 wiz Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/02/26 04:01:10 jschauma Exp $ bin/mkfontscale -man/cat1/mkfontscale.0 +${IMAKE_MAN_DIR}/mkfontscale.${IMAKE_MANNEWSUFFIX} |