diff --git a/sysutils/fusefs-funionfs/Makefile b/sysutils/fusefs-funionfs/Makefile index 907ef819f483..04f589b84612 100644 --- a/sysutils/fusefs-funionfs/Makefile +++ b/sysutils/fusefs-funionfs/Makefile @@ -1,24 +1,28 @@ PORTNAME= funionfs PORTVERSION= 0.4.3 PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://funionfs.apiou.org/file/ PKGNAMEPREFIX= fusefs- MAINTAINER= ports@FreeBSD.org COMMENT= Union filesystem for the FUSE driver WWW= http://funionfs.apiou.org/ LICENSE= GPLv2+ +BROKEN= Unfetchable +DEPRECATED= Upstream is no longer around +EXPIRATION_DATE=2024-11-30 + USES= fuse localbase GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share PLIST_FILES= bin/funionfs share/man/man1/${PORTNAME}.1.gz post-patch: @${REINPLACE_CMD} -e 's,^struct unionfs_desc,extern &,' \ ${WRKSRC}/control.c .include