diff options
author | hrs <hrs@FreeBSD.org> | 2014-05-25 02:29:07 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2014-05-25 02:29:07 +0800 |
commit | ba2fe1d44a29101add39592d9264d6a4b19ecfb6 (patch) | |
tree | 3290307069d77e4303d9f0b7b3012d0a4827f002 /chinese | |
parent | b4a0a9ac0d6bd50c4adf6cd9bccbe56e9a4c95d8 (diff) | |
download | freebsd-ports-gnome-ba2fe1d44a29101add39592d9264d6a4b19ecfb6.tar.gz freebsd-ports-gnome-ba2fe1d44a29101add39592d9264d6a4b19ecfb6.tar.zst freebsd-ports-gnome-ba2fe1d44a29101add39592d9264d6a4b19ecfb6.zip |
STAGEDIR support.
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/xpdf/Makefile | 21 | ||||
-rw-r--r-- | chinese/xpdf/pkg-plist | 1 |
2 files changed, 13 insertions, 9 deletions
diff --git a/chinese/xpdf/Makefile b/chinese/xpdf/Makefile index 62cd6a4cde79..e16b86686922 100644 --- a/chinese/xpdf/Makefile +++ b/chinese/xpdf/Makefile @@ -40,19 +40,22 @@ TRAD_FILES= Adobe-CNS1.cidToUnicode Big5.unicodeMap \ do-install: ${MKDIR} ${STAGEDIR}${DATADIR}/chinese-simplified - cd ${WRKSRC}/xpdf-chinese-simplified \ - && ${INSTALL_DATA} ${SIMP_FILES} ${STAGEDIR}${DATADIR}/chinese-simplified + cd ${WRKSRC}/xpdf-chinese-simplified && \ + ${INSTALL_DATA} ${SIMP_FILES} \ + ${STAGEDIR}${DATADIR}/chinese-simplified ${MKDIR} ${STAGEDIR}${DATADIR}/chinese-traditional - cd ${WRKSRC}/xpdf-chinese-traditional \ - && ${INSTALL_DATA} ${TRAD_FILES} ${STAGEDIR}${DATADIR}/chinese-traditional - ${INSTALL_DATA} ${WRKSRC}/dot.xpdfrc ${STAGEDIR}${DATADIR}/chinese-traditional + cd ${WRKSRC}/xpdf-chinese-traditional && \ + ${INSTALL_DATA} ${TRAD_FILES} \ + ${STAGEDIR}${DATADIR}/chinese-traditional + ${INSTALL_DATA} ${WRKSRC}/dot.xpdfrc \ + ${STAGEDIR}${DATADIR}/chinese-traditional ${MKDIR} ${STAGEDIR}${DATADIR}/chinese-traditional/CMap cd ${STAGEDIR}${DATADIR}/chinese-traditional/CMap && \ - ${FIND} ${ADOBECMAPDIR}/ac15/CMap \ - -type f -exec ${LN} -s -f {} . \; + ${FIND} ${ADOBECMAPDIR}/ac15/CMap \ + -type f -exec ${LN} -s -f {} . \; ${MKDIR} ${STAGEDIR}${DATADIR}/chinese-simplified/CMap cd ${STAGEDIR}${DATADIR}/chinese-simplified/CMap && \ - ${FIND} ${ADOBECMAPDIR}/ag15/CMap \ - -type f -exec ${LN} -s -f {} . \; + ${FIND} ${ADOBECMAPDIR}/ag15/CMap \ + -type f -exec ${LN} -s -f {} . \; .include <bsd.port.mk> diff --git a/chinese/xpdf/pkg-plist b/chinese/xpdf/pkg-plist index c49e3da2f57c..16203cf050f3 100644 --- a/chinese/xpdf/pkg-plist +++ b/chinese/xpdf/pkg-plist @@ -1,3 +1,4 @@ +@comment $FreeBSD$ %%DATADIR%%/chinese-simplified/Adobe-GB1.cidToUnicode %%DATADIR%%/chinese-simplified/EUC-CN.unicodeMap %%DATADIR%%/chinese-simplified/GBK.unicodeMap |