diff options
author | obache <obache@pkgsrc.org> | 2014-01-11 12:32:25 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-01-11 12:32:25 +0000 |
commit | 815b1e76dd0e92df849d5ba8d5231b45f2ab4d9e (patch) | |
tree | 2798aab3132c457262a14ab574f54771c1c1edca /fonts | |
parent | 570951741763cc4d93d07664e5090d6d2a8fc302 (diff) | |
download | pkgsrc-815b1e76dd0e92df849d5ba8d5231b45f2ab4d9e.tar.gz |
No need to use special variable, PKGVERSION=PKGVERSION_NOREV in PLIST.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/ghostscript-cidfonts-ryumin/Makefile | 3 | ||||
-rw-r--r-- | fonts/ghostscript-cidfonts-ryumin/PLIST | 14 |
2 files changed, 8 insertions, 9 deletions
diff --git a/fonts/ghostscript-cidfonts-ryumin/Makefile b/fonts/ghostscript-cidfonts-ryumin/Makefile index c0b5791e4b0..603305ddf09 100644 --- a/fonts/ghostscript-cidfonts-ryumin/Makefile +++ b/fonts/ghostscript-cidfonts-ryumin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2014/01/11 12:29:39 obache Exp $ +# $NetBSD: Makefile,v 1.13 2014/01/11 12:32:25 obache Exp $ DISTNAME= ghostscript-cidfonts-ryumin-${GS_VERSION} DISTFILES= # empty @@ -20,7 +20,6 @@ DEPENDS+= ghostscript-cidfonts>=20000901nb3:../../fonts/ghostscript-cidfonts BUILD_DEFS+= GS_CIDFMAP # used in options.mk to switch adobe or ttf SUBST_VARS= GCR_INSTALL_TYPE -PLIST_SUBST= PKGVERSION_NOREV=${PKGVERSION_NOREV} # Set following two variables and buildlink appropriate fonts # GS_CIDFMAP diff --git a/fonts/ghostscript-cidfonts-ryumin/PLIST b/fonts/ghostscript-cidfonts-ryumin/PLIST index 411b9ec8294..124d65369d4 100644 --- a/fonts/ghostscript-cidfonts-ryumin/PLIST +++ b/fonts/ghostscript-cidfonts-ryumin/PLIST @@ -1,7 +1,7 @@ -@comment $NetBSD: PLIST,v 1.2 2014/01/09 08:08:55 mef Exp $ -share/ghostscript/${PKGVERSION_NOREV}/Resource/Font/GothicBBB-Medium-H -share/ghostscript/${PKGVERSION_NOREV}/Resource/Font/GothicBBB-Medium-EUC-H -share/ghostscript/${PKGVERSION_NOREV}/Resource/Font/Ryumin-Light-EUC-H -share/ghostscript/${PKGVERSION_NOREV}/Resource/Font/Ryumin-Light-H -share/ghostscript/${PKGVERSION_NOREV}/Resource/Font/Ryumin-Light-Identity-H -share/ghostscript/${PKGVERSION_NOREV}/Resource/Init/cidfmap +@comment $NetBSD: PLIST,v 1.3 2014/01/11 12:32:25 obache Exp $ +share/ghostscript/${PKGVERSION}/Resource/Font/GothicBBB-Medium-H +share/ghostscript/${PKGVERSION}/Resource/Font/GothicBBB-Medium-EUC-H +share/ghostscript/${PKGVERSION}/Resource/Font/Ryumin-Light-EUC-H +share/ghostscript/${PKGVERSION}/Resource/Font/Ryumin-Light-H +share/ghostscript/${PKGVERSION}/Resource/Font/Ryumin-Light-Identity-H +share/ghostscript/${PKGVERSION}/Resource/Init/cidfmap |