1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

Correctly list man-pages, including a work-around for a corner-case

Submitted by: kris via maintainer
This commit is contained in:
Volker Stolz 2005-02-23 14:29:50 +00:00
parent 26bf37672b
commit 6cf2414df4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=129599
2 changed files with 5 additions and 0 deletions

View File

@ -20,6 +20,10 @@ GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
MANLANG= "" es sv
MAN1= faked.1 fakeroot.1
post-install:
${GZIP_CMD} ${MANPREFIX}/man/fr/man1/fakeroot.1
.include <bsd.port.mk>

View File

@ -3,3 +3,4 @@ bin/fakeroot
lib/libfakeroot.so.0
lib/libfakeroot.so
lib/libfakeroot.a
man/fr/man1/fakeroot.1.gz