1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

Remove man page entries from PLIST and let MAN1 and MLINKS handle

things properly.

(And of course, remove the part where symbolic link for the man
page is created.)
This commit is contained in:
Masafumi Max NAKANE 1998-09-11 16:04:43 +00:00
parent 2e1aa1b6be
commit ac3e93b65b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13092
2 changed files with 2 additions and 8 deletions

View File

@ -3,7 +3,7 @@
# Date created: 30 Mar. 1996
# Whom: Masafumi NAKANE <max@FreeBSD.ORG>
#
# $Id: Makefile,v 1.11 1997/09/14 21:34:33 max Exp $
# $Id: Makefile,v 1.12 1998/02/23 06:19:55 max Exp $
#
DISTNAME= dvi2tty5.0
@ -20,16 +20,12 @@ RUN_DEPENDS= jless:${PORTSDIR}/japanese/less
PATCH_DIST_STRIP= -p1
MAN1= dvi2tty.1
MLINKS= dvi2tty.1 jdvi2tty.1
do-install:
(for f in jdvi2tty disdvi ; do \
${INSTALL_PROGRAM} ${WRKSRC}/$$f ${PREFIX}/bin ; done)
${INSTALL_MAN} ${WRKSRC}/dvi2tty.1 ${PREFIX}/man/man1
-ln -sf ${PREFIX}/bin/jdvi2tty ${PREFIX}/bin/dvi2tty
.if !defined(NOMANCOMPRESS)
ln -sf ${PREFIX}/man/man1/dvi2tty.1.gz ${PREFIX}/man/man1/jdvi2tty.1.gz
.else
ln -sf ${PREFIX}/man/man1/dvi2tty.1 ${PREFIX}/man/man1/jdvi2tty.1
.endif
.include <bsd.port.mk>

View File

@ -1,5 +1,3 @@
bin/jdvi2tty
bin/dvi2tty
bin/disdvi
man/man1/dvi2tty.1.gz
man/man1/jdvi2tty.1.gz