1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00

Change handling of manpages. (.so --> symlinks)

This commit is contained in:
David E. O'Brien 1997-01-25 18:08:40 +00:00
parent 1f80e2a495
commit 5b0a45cf7b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=5442

View File

@ -27,10 +27,14 @@ ALL_TARGET=
.if defined(GERMAN_LANG)
INSTALL_TARGET= install_german
.endif
MAN1= xwpe.1 xwe.1 wpe.1 we.1
MAN1= xwpe.1
post-install:
@strip ${PREFIX}/bin/xwpe
@(cd ${PREFIX}/man/man1 ; \
for mp in xwe.1 wpe.1 we.1 ; \
do rm -f $$mp ; ln -sf xwpe.1.gz $$mp.gz ; done )
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/xwpe
.if defined(GERMAN_LANG)