aboutsummaryrefslogtreecommitdiffstats
path: root/print/dvipdfmx/Makefile
diff options
context:
space:
mode:
authorleeym <leeym@FreeBSD.org>2003-06-26 15:45:09 +0800
committerleeym <leeym@FreeBSD.org>2003-06-26 15:45:09 +0800
commit5ae3ba6176ccd0c46fe566d96ddef2a790b335fe (patch)
treec75c17748a6ca5d3e5645d821de2f1f9a13c8600 /print/dvipdfmx/Makefile
parentf628279010b7bf1eda44ffc93b7a51c9e46b5646 (diff)
downloadfreebsd-ports-gnome-5ae3ba6176ccd0c46fe566d96ddef2a790b335fe.tar.gz
freebsd-ports-gnome-5ae3ba6176ccd0c46fe566d96ddef2a790b335fe.tar.zst
freebsd-ports-gnome-5ae3ba6176ccd0c46fe566d96ddef2a790b335fe.zip
remove dvipdfmx-base-0.1.tar.gz in distfiles.
PR: 53733 Submitted by: Statue <statue@freebsd.sinica.edu.tw>
Diffstat (limited to 'print/dvipdfmx/Makefile')
-rw-r--r--print/dvipdfmx/Makefile13
1 files changed, 5 insertions, 8 deletions
diff --git a/print/dvipdfmx/Makefile b/print/dvipdfmx/Makefile
index 311173a9da86..4ee93b111893 100644
--- a/print/dvipdfmx/Makefile
+++ b/print/dvipdfmx/Makefile
@@ -7,12 +7,9 @@
PORTNAME= dvipdfmx
PORTVERSION= 20030313
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= print
-MASTER_SITES= http://project.ktug.or.kr/dvipdfmx/snapshot/ \
- ftp://freebsd.sinica.edu.tw/pub/statue/dvipdfmx/
-DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz \
- ${PORTNAME}-base-0.1.tar.gz
+MASTER_SITES= http://project.ktug.or.kr/dvipdfmx/snapshot/
MAINTAINER= statue@freebsd.sinica.edu.tw
COMMENT= Dvipdfm with Asian languages by CID-keyed font technology support
@@ -25,15 +22,15 @@ RUN_DEPENDS= ${LOCALBASE}/share/ghostscript/Resource/ai0/CMap/Identity-H:${PORTS
USE_OPENSSL= yes
GNU_CONFIGURE= yes
+post-patch:
+ @${RM} ${WRKSRC}/data/config/dvipdfmx.cfg.orig
+
pre-install:
${CP} ${LOCALBASE}/bin/dvipdfm ${LOCALBASE}/bin/dvipdfm-orig > /dev/null 2>&1 || ${TRUE}
${MV} ${LOCALBASE}/share/texmf/dvipdfm ${LOCALBASE}/share/texmf/dvipdfm-orig > /dev/null 2>&1 || ${TRUE}
post-install:
@${LN} -fs ${LOCALBASE}/share/ghostscript/Resource ${PREFIX}/share/texmf/dvipdfm/
- ${MKDIR} ${LOCALBASE}/share/texmf/dvipdfm/base
- ${CP} ${WRKDIR}/base/* ${LOCALBASE}/share/texmf/dvipdfm/base
- ${RM} ${LOCALBASE}/share/texmf/dvipdfm/config/dvipdfmx.cfg.orig
${LOCALBASE}/bin/mktexlsr
.include <bsd.port.mk>