diff options
author | anray <anray@FreeBSD.org> | 2006-01-25 03:56:02 +0800 |
---|---|---|
committer | anray <anray@FreeBSD.org> | 2006-01-25 03:56:02 +0800 |
commit | 8f07ad53d6d87f8955cfb3b78d1d8fd1c2fae815 (patch) | |
tree | 8848f6ca21ca648ddee9e67a1a3065ed337597fc /security/fakeroot/Makefile | |
parent | a41eb7187f061bbe22732f395ecc77225bf7c35b (diff) | |
download | freebsd-ports-gnome-8f07ad53d6d87f8955cfb3b78d1d8fd1c2fae815.tar.gz freebsd-ports-gnome-8f07ad53d6d87f8955cfb3b78d1d8fd1c2fae815.tar.zst freebsd-ports-gnome-8f07ad53d6d87f8955cfb3b78d1d8fd1c2fae815.zip |
Update to 1.5.6 and unbreak port.
PR: ports/91532
Submitted by: Meno Abels (maintainer)
Diffstat (limited to 'security/fakeroot/Makefile')
-rw-r--r-- | security/fakeroot/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/security/fakeroot/Makefile b/security/fakeroot/Makefile index 0e8aa69ba6ec..691286565aa4 100644 --- a/security/fakeroot/Makefile +++ b/security/fakeroot/Makefile @@ -6,7 +6,7 @@ # PORTNAME= fakeroot -PORTVERSION= 1.5.5 +PORTVERSION= 1.5.6 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_DEBIAN} MASTER_SITE_SUBDIR= pool/main/f/fakeroot @@ -15,17 +15,14 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= Meno.Abels@Adviser.com COMMENT= Simulate the root user behaviour -BROKEN= Unfetchable +BUILD_DEPENDS= ${LOCALBASE}/bin/po4a:${PORTSDIR}/textproc/po4a USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -MANLANG= "" es sv +MANLANG= "" es sv fr MAN1= faked.1 fakeroot.1 -post-install: - ${GZIP_CMD} ${MANPREFIX}/man/fr/man1/fakeroot.1 - .include <bsd.port.mk> |