summaryrefslogtreecommitdiff
path: root/print/teTeX2-share/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/teTeX2-share/Makefile')
-rw-r--r--print/teTeX2-share/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/print/teTeX2-share/Makefile b/print/teTeX2-share/Makefile
index d9f92a57e93..87358fae156 100644
--- a/print/teTeX2-share/Makefile
+++ b/print/teTeX2-share/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2003/04/10 20:10:19 grant Exp $
+# $NetBSD: Makefile,v 1.5 2003/06/05 11:37:29 markd Exp $
DISTNAME= tetex-texmf-2.0.2
PKGNAME= teTeX2-share-2.0.2
-PKGREVISION= # empty
+PKGREVISION= 1
WRKSRC= ${WRKDIR}
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=systems/unix/teTeX/2.0/distrib/}
@@ -27,5 +27,8 @@ do-install:
.else
cd ${PREFIX}/share/texmf; ${DECOMPRESS_CMD} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} | ${GTAR} -X ${FILESDIR}/exclude -xpf -
.endif
+ cd ${PREFIX}/share/texmf/dvipdfm/config && \
+ ${PATCH} ${_PATCH_BACKUP_ARG} .orig < ${FILESDIR}/dvipdfm-config.diff && \
+ ${RM} config.orig
.include "../../mk/bsd.pkg.mk"