diff --git a/net/pfinger/Makefile b/net/pfinger/Makefile index 41434ec8a899..815a39df1a50 100644 --- a/net/pfinger/Makefile +++ b/net/pfinger/Makefile @@ -1,21 +1,22 @@ # Created by: Ying-Chieh Liao PORTNAME= pfinger PORTVERSION= 0.7.10 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net MASTER_SITES= http://www.xelia.ch/unix/pfinger/ MAINTAINER= ports@FreeBSD.org COMMENT= Highly configurable, secure, and portable finger daemon -CONFLICTS= gnu-finger-1.* +DEPRECATED= Unmaintained and dead upstream, consider base fingerd +EXPIRATION_DATE= 2022-06-17 GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-client post-patch: @${REINPLACE_CMD} -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/src/configfile.c @${REINPLACE_CMD} -e 's|||' ${WRKSRC}/configure .include