diff --git a/ports-mgmt/genplist/Makefile b/ports-mgmt/genplist/Makefile index 5f8cd085fa3d..5aee7ff4f292 100644 --- a/ports-mgmt/genplist/Makefile +++ b/ports-mgmt/genplist/Makefile @@ -1,22 +1,25 @@ PORTNAME= genplist PORTVERSION= 1.2 PORTREVISION= 1 CATEGORIES= ports-mgmt MASTER_SITES= http://acadix.biz/Ports/distfiles/ MAINTAINER= jwb@FreeBSD.org COMMENT= Generates a static plist for a port WWW= http://personalpages.tds.net/~jwbacon/Ports LICENSE= BSD2CLAUSE +DEPRECATED= Unmaintained, obsoleted by "make makeplist" +EXPIRATION_DATE=2025-04-03 + NO_BUILD= yes USES= tar:xz PLIST_FILES= bin/genplist share/man/man1/genplist.1.gz do-install: ${INSTALL_SCRIPT} ${WRKSRC}/genplist ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/genplist.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include