summaryrefslogtreecommitdiff
path: root/print/teTeX-share/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf>2000-03-06 02:59:49 +0000
committerhubertf <hubertf>2000-03-06 02:59:49 +0000
commit623583f298bb6ffc469b49073e1d6dcd96865a45 (patch)
treef121a80df4ac11bbc9a96da498ba34aea220ac3f /print/teTeX-share/Makefile
parent1c726c7df8c89f93bde5e83b69bf8e66567502b9 (diff)
downloadpkgsrc-623583f298bb6ffc469b49073e1d6dcd96865a45.tar.gz
Aparently the distfile was changed on the master site, without bumping
the version number. Changes include more bibtex styles, fonts, HTML documentation, etc.
Diffstat (limited to 'print/teTeX-share/Makefile')
-rw-r--r--print/teTeX-share/Makefile14
1 files changed, 8 insertions, 6 deletions
diff --git a/print/teTeX-share/Makefile b/print/teTeX-share/Makefile
index 8ced437bd6a..2bb1423d9bd 100644
--- a/print/teTeX-share/Makefile
+++ b/print/teTeX-share/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.3 1999/08/24 14:21:40 tron Exp $
-# FreeBSD Id: Makefile,v 1.20 1997/08/05 06:56:41 tg Exp
+# $NetBSD: Makefile,v 1.4 2000/03/06 02:59:49 hubertf Exp $
#
DISTNAME= teTeX-texmf-1.0
@@ -20,11 +19,14 @@ NO_MTREE= yes
do-install:
@${ECHO} ""
@${ECHO} "Extracting ${DISTFILES} to ${PREFIX}/share/texmf"
- @${ECHO} " Get yourself a shower and a big mug of coffee, this "
- @${ECHO} " will take _very_ long!"
+ @${ECHO} ""
+ @${ECHO} " ** Get yourself a shower and a big mug of coffee,"
+ @${ECHO} " ** this will take _very_ long!"
@${ECHO} ""
${MKDIR} ${PREFIX}/share/texmf
- ${GTAR} plzxCXf ${PREFIX}/share/texmf ${FILESDIR}/exclude \
- ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES}
+ ${GTAR} -plzx \
+ -C ${PREFIX}/share/texmf \
+ -X ${FILESDIR}/exclude \
+ -f ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES}
.include "../../mk/bsd.pkg.mk"