summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--print/teTeX2-bin/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/print/teTeX2-bin/Makefile b/print/teTeX2-bin/Makefile
index ec5a3ec9e6b..ceae13e0762 100644
--- a/print/teTeX2-bin/Makefile
+++ b/print/teTeX2-bin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2003/04/11 21:35:48 jschauma Exp $
+# $NetBSD: Makefile,v 1.5 2003/06/17 17:40:38 tron Exp $
DISTNAME= tetex-src-${TETEX_BIN_VERS}
PKGNAME= teTeX2-bin-${TETEX_BIN_VERS}
@@ -18,6 +18,13 @@ CONFLICTS+= omega-[0-9]*
INFO_FILES= latex.info dvips.info web2c.info kpathsea.info
+.include "../../mk/bsd.prefs.mk"
+# sysutils/coreutils installs a 'readlink' program, so conflict with it if
+# GNU_PROGRAM_PREFIX == ''
+.if ${GNU_PROGRAM_PREFIX} == ""
+CONFLICTS+= coreutils-[0-9]*
+.endif
+
post-install:
@${RM} ${PREFIX}/share/texmf/web2c/*.log
.if defined(PAPERSIZE)