freebsd-ports/ports-mgmt/pkg_search/Makefile
Jimmy Olgeni fa3a17c064 Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Categories P-S.

CR:		D422
Approved by:	portmgr (bapt)
2014-07-17 08:57:51 +00:00

19 lines
525 B
Makefile

# 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
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 <bsd.port.mk>