Install links to all manpages; pointed out by Charles Hannum.
This commit is contained in:
parent
396f7552dd
commit
39d0c49079
1 changed files with 12 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
# Date created: 22 Dec 1994
|
||||
# Whom: ache
|
||||
#
|
||||
# $NetBSD: Makefile,v 1.2 1997/10/27 03:22:29 hubertf Exp $
|
||||
# $NetBSD: Makefile,v 1.3 1997/11/01 01:49:08 hubertf Exp $
|
||||
# FreeBSD Id: Makefile,v 1.10 1997/04/27 16:06:15 ache Exp
|
||||
#
|
||||
|
||||
|
@ -33,4 +33,15 @@ do-install:
|
|||
cd ${WRKSRC}/man && \
|
||||
${INSTALL_MAN} ${MAN1} ${PREFIX}/man/man1
|
||||
|
||||
post-install:
|
||||
.if defined(MANZ)
|
||||
ln ${PREFIX}/man/man1/zip.1.gz ${PREFIX}/man/man1/zipcloak.1.gz
|
||||
ln ${PREFIX}/man/man1/zip.1.gz ${PREFIX}/man/man1/zipnote.1.gz
|
||||
ln ${PREFIX}/man/man1/zip.1.gz ${PREFIX}/man/man1/zipsplit.1.gz
|
||||
.else
|
||||
ln ${PREFIX}/man/man1/zip.1 ${PREFIX}/man/man1/zipcloak.1
|
||||
ln ${PREFIX}/man/man1/zip.1 ${PREFIX}/man/man1/zipnote.1
|
||||
ln ${PREFIX}/man/man1/zip.1 ${PREFIX}/man/man1/zipsplit.1
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue