diff options
author | hrs <hrs@FreeBSD.org> | 2006-02-27 20:04:35 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2006-02-27 20:04:35 +0800 |
commit | e4db0ca6a4af27d8031a206501602a17c0a97229 (patch) | |
tree | 309fd804e118ab7d4e00694c6854f44cee0b9ee1 /print/ghostscript-gnu-commfont | |
parent | 6093d3c8cbafcbd03d43097ef3a22b3af1c6ad9b (diff) | |
download | freebsd-ports-gnome-e4db0ca6a4af27d8031a206501602a17c0a97229.tar.gz freebsd-ports-gnome-e4db0ca6a4af27d8031a206501602a17c0a97229.tar.zst freebsd-ports-gnome-e4db0ca6a4af27d8031a206501602a17c0a97229.zip |
- Update pkg-plist due to print/adobe-cmaps change.
- Remove extra directory on deinstalling.
- Bump PORTREVISION.
Approved by: portmgr (krion)
Diffstat (limited to 'print/ghostscript-gnu-commfont')
-rw-r--r-- | print/ghostscript-gnu-commfont/Makefile | 2 | ||||
-rw-r--r-- | print/ghostscript-gnu-commfont/Makefile.common | 1 | ||||
-rw-r--r-- | print/ghostscript-gnu-commfont/pkg-plist.common | 5 |
3 files changed, 7 insertions, 1 deletions
diff --git a/print/ghostscript-gnu-commfont/Makefile b/print/ghostscript-gnu-commfont/Makefile index d14d45f080c7..fccd3b8494c4 100644 --- a/print/ghostscript-gnu-commfont/Makefile +++ b/print/ghostscript-gnu-commfont/Makefile @@ -6,7 +6,7 @@ # MASTERDIR= ${.CURDIR} -PORTREVISION= 1 +PORTREVISION= 2 COMMFONT= yes diff --git a/print/ghostscript-gnu-commfont/Makefile.common b/print/ghostscript-gnu-commfont/Makefile.common index 30999ec27d80..c5c43daf8212 100644 --- a/print/ghostscript-gnu-commfont/Makefile.common +++ b/print/ghostscript-gnu-commfont/Makefile.common @@ -1,3 +1,4 @@ +# $FreeBSD$ PORTNAME= ghostscript PORTVERSION= ${GS_VERSION} CATEGORIES= print diff --git a/print/ghostscript-gnu-commfont/pkg-plist.common b/print/ghostscript-gnu-commfont/pkg-plist.common index 7c612b3c5c92..fbf526f151a6 100644 --- a/print/ghostscript-gnu-commfont/pkg-plist.common +++ b/print/ghostscript-gnu-commfont/pkg-plist.common @@ -182,7 +182,12 @@ %%GSRES_DIR%%/CMap/HK-RKSJ-H %%GSRES_DIR%%/CMap/KSC2-RKSJ-H %%GSRES_DIR%%/CMap/TCVN-RKSJ-H +%%GSRES_DIR%%/CMap/Adobe-CNS1-UCS2 +%%GSRES_DIR%%/CMap/Adobe-GB1-UCS2 +%%GSRES_DIR%%/CMap/Adobe-Japan1-UCS2 +%%GSRES_DIR%%/CMap/Adobe-Korea1-UCS2 @dirrm %%GSRES_DIR%%/CMap +@dirrmtry %%GSRES_DIR%% @exec /bin/mv %D/share/ghostscript/%%GS_VERSION%%/lib/gs_init.ps %D/share/ghostscript/%%GS_VERSION%%/lib/gs_init.ps.pre_sed @exec /usr/bin/sed -e 's:^%.*(a4):(a4):g' %D/share/ghostscript/%%GS_VERSION%%/lib/gs_init.ps.pre_sed > %D/share/ghostscript/%%GS_VERSION%%/lib/gs_init.ps @unexec /bin/rm %D/share/ghostscript/%%GS_VERSION%%/lib/gs_init.ps |