From 6cf2414df4c439a330a827fa58c5258621af08d2 Mon Sep 17 00:00:00 2001 From: Volker Stolz Date: Wed, 23 Feb 2005 14:29:50 +0000 Subject: Correctly list man-pages, including a work-around for a corner-case Submitted by: kris via maintainer --- security/fakeroot/Makefile | 4 ++++ security/fakeroot/pkg-plist | 1 + 2 files changed, 5 insertions(+) (limited to 'security/fakeroot') diff --git a/security/fakeroot/Makefile b/security/fakeroot/Makefile index 4957a50fc8f1..2a9f9d490cc9 100644 --- a/security/fakeroot/Makefile +++ b/security/fakeroot/Makefile @@ -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 diff --git a/security/fakeroot/pkg-plist b/security/fakeroot/pkg-plist index 842f301165cf..de28ceb1c5a1 100644 --- a/security/fakeroot/pkg-plist +++ b/security/fakeroot/pkg-plist @@ -3,3 +3,4 @@ bin/fakeroot lib/libfakeroot.so.0 lib/libfakeroot.so lib/libfakeroot.a +man/fr/man1/fakeroot.1.gz -- cgit v1.2.3