summaryrefslogtreecommitdiff
path: root/print/tex-ucs
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2005-11-13 04:12:43 +0000
committerminskim <minskim@pkgsrc.org>2005-11-13 04:12:43 +0000
commit8f630d3f3a32fc3b3fb0e79c87fa20684e198f9b (patch)
treeddab99338ff8dcf5da2766da0aa9413e64840f25 /print/tex-ucs
parent6549b512875d404be60137a5d08c4e754ccb9695 (diff)
downloadpkgsrc-8f630d3f3a32fc3b3fb0e79c87fa20684e198f9b.tar.gz
Use teTeX/module.mk to update ls-R propertly. Bump PKGREVISION
because this package didn't update ls-R at deinstallation.
Diffstat (limited to 'print/tex-ucs')
-rw-r--r--print/tex-ucs/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/print/tex-ucs/Makefile b/print/tex-ucs/Makefile
index c911e1f26f5..a9b604e5a7e 100644
--- a/print/tex-ucs/Makefile
+++ b/print/tex-ucs/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2005/11/09 23:04:41 minskim Exp $
+# $NetBSD: Makefile,v 1.4 2005/11/13 04:12:43 minskim Exp $
#
DISTNAME= unicode
PKGNAME= tex-ucs-20041710
+PKGREVISION= 1
CATEGORIES= print
MASTER_SITES= http://www.unruh.de/DniQ/latex/unicode/
EXTRACT_SUFX= .tgz
@@ -18,6 +19,8 @@ NO_BUILD= yes
UCSFILES= ucs.sty utf8x.def ucsencs.def
UCSDIR= ${PKG_LOCALTEXMFPREFIX}/tex/latex/ucs
+.include "../../mk/module.mk"
+
do-install:
${INSTALL_DATA_DIR} ${UCSDIR}
(cd ${WRKSRC} && \
@@ -26,8 +29,4 @@ do-install:
done)
${CP} -r ${WRKSRC}/data ${UCSDIR}
-post-install:
- ${LOCALBASE}/bin/texconfig rehash
-
-.include "../../mk/tex.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"