Index: head/ports-mgmt/pkg_search/Makefile =================================================================== --- head/ports-mgmt/pkg_search/Makefile (revision 425167) +++ head/ports-mgmt/pkg_search/Makefile (revision 425168) @@ -1,19 +1,22 @@ # Created by: Matthias Schmidt # $FreeBSD$ PORTNAME= pkg_search PORTVERSION= 1.3 CATEGORIES= ports-mgmt MASTER_SITES= http://www.mathematik.uni-marburg.de/~schmidtm/pkg_search/ \ LOCAL/chinsan MAINTAINER= schmidtm@mathematik.uni-marburg.de COMMENT= Nifty script searching the ports database +DEPRECATED= works only with pkg_* tools and not pkg(8) +EXPIRATION_DATE= 2016-11-30 + PLIST_FILES= bin/pkg_search man/man1/pkg_search.1.gz do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 .include