diff options
author | Michael Scheidell <scheidell@FreeBSD.org> | 2012-08-03 09:25:57 +0000 |
---|---|---|
committer | Michael Scheidell <scheidell@FreeBSD.org> | 2012-08-03 09:25:57 +0000 |
commit | 26bf3350546543e77d01b81dcea584291e5d9f78 (patch) | |
tree | 49f62eecb3b74c9a225ed9d39d96b69ef491ff5d | |
parent | f8f243379310a4900ac9570f1d6c946f32201236 (diff) | |
download | ports-26bf3350546543e77d01b81dcea584291e5d9f78.tar.gz ports-26bf3350546543e77d01b81dcea584291e5d9f78.zip |
Notes
-rw-r--r-- | japanese/dvi2tty/Makefile | 2 | ||||
-rw-r--r-- | print/dvi2tty/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/japanese/dvi2tty/Makefile b/japanese/dvi2tty/Makefile index dac25c8ff960..e75c36a48895 100644 --- a/japanese/dvi2tty/Makefile +++ b/japanese/dvi2tty/Makefile @@ -23,6 +23,8 @@ COMMENT= Character-based DVI file previewer RUN_DEPENDS= jless:${PORTSDIR}/japanese/less +CONFLICTS= dvi2tty-[0-9]* + PLIST_FILES= bin/jdvi2tty bin/dvi2tty bin/disdvi MAN1= dvi2tty.1 diff --git a/print/dvi2tty/Makefile b/print/dvi2tty/Makefile index 7cbfe81deae6..4938f7155546 100644 --- a/print/dvi2tty/Makefile +++ b/print/dvi2tty/Makefile @@ -14,6 +14,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= A dvi-file previewer for text only devices +CONFLICTS= ja-dvi2tty-[0-9]* + MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${STRIP}" MAN1= disdvi.1 dvi2tty.1 |