mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
86d7e02315
A bug in psearch 1.0 leads to the --or switch being completely broken. psearch 1.1 fixes that. There are no other changes. PR: ports/93946 Submitted by: maintainer Approved by: portmgr (linimon)
27 lines
543 B
Makefile
27 lines
543 B
Makefile
# New ports collection makefile for: psearch
|
|
# Date created: 17 February 2006
|
|
# Whom: Benjamin Lutz
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= psearch
|
|
PORTVERSION= 1.1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.maxlor.com/files/
|
|
|
|
MAINTAINER= benlutz@datacomm.ch
|
|
COMMENT= An utility for searching the FreeBSD Ports Collection
|
|
|
|
USE_PYTHON_RUN= yes
|
|
NO_BUILD= yes
|
|
|
|
MAN1= psearch.1
|
|
PLIST_FILES= bin/psearch
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/psearch ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/psearch.1 ${MANPREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|