Index: head/ports-mgmt/xps/Makefile =================================================================== --- head/ports-mgmt/xps/Makefile (revision 418386) +++ head/ports-mgmt/xps/Makefile (revision 418387) @@ -1,26 +1,29 @@ # Created by: Antonios Anastasiadis # $FreeBSD$ PORTNAME= xps PORTVERSION= 0.5.2 CATEGORIES= ports-mgmt -MAINTAINER= serpent7776@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Tool that searches the ports tree by various criteria + +DEPRECATED= Does not support pkg(8) +EXPIRATION_DATE= 2016-08-10 LICENSE= MIT USE_GITHUB= yes GH_ACCOUNT= serpent7776 USES= python NO_BUILD= yes PLIST_FILES= bin/xps \ man/man1/xps.1.gz do-install: ${INSTALL_SCRIPT} ${WRKSRC}/xps ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/xps.1 ${STAGEDIR}${MANPREFIX}/man/man1 .include