summaryrefslogtreecommitdiff
path: root/print/teTeX-share/Makefile
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-08-17 21:20:40 +0000
committertron <tron@pkgsrc.org>1999-08-17 21:20:40 +0000
commitcd263edd815b36947836ea045207929d07884d1e (patch)
tree76ade2b0d8fee3368977cf477ff5e96073a7797f /print/teTeX-share/Makefile
parent9c34be0d7e2c5eee1d34e7f508c64012d5623bb8 (diff)
downloadpkgsrc-cd263edd815b36947836ea045207929d07884d1e.tar.gz
Avoid conflicts between "teTeX-share" and "teTeX-bin" package completely
instead of trying to work arround them with "preserve" option (which would have required some changes to the install target).
Diffstat (limited to 'print/teTeX-share/Makefile')
-rw-r--r--print/teTeX-share/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/print/teTeX-share/Makefile b/print/teTeX-share/Makefile
index c8512f2055a..92c45ab75c7 100644
--- a/print/teTeX-share/Makefile
+++ b/print/teTeX-share/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 1999/08/03 14:04:56 hubertf Exp $
+# $NetBSD: Makefile,v 1.2 1999/08/17 21:20:40 tron Exp $
# FreeBSD Id: Makefile,v 1.20 1997/08/05 06:56:41 tg Exp
#
@@ -25,6 +25,7 @@ do-install:
@${ECHO} " will take _very_ long!"
@${ECHO} ""
${MKDIR} ${PREFIX}/share/texmf
- ${GTAR} plzxCf ${PREFIX}/share/texmf ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES}
+ ${GTAR} plzxCXf ${PREFIX}/share/texmf ${FILESDIR}/exclude \
+ ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES}
.include "../../mk/bsd.pkg.mk"