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:
parent
26bf37672b
commit
6cf2414df4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=129599
@ -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>
|
||||
|
@ -3,3 +3,4 @@ bin/fakeroot
|
||||
lib/libfakeroot.so.0
|
||||
lib/libfakeroot.so
|
||||
lib/libfakeroot.a
|
||||
man/fr/man1/fakeroot.1.gz
|
||||
|
Loading…
Reference in New Issue
Block a user