aboutsummaryrefslogtreecommitdiffstats
path: root/ports-mgmt/psearch/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-06-02 04:26:27 +0800
committerMartin Wilke <miwi@FreeBSD.org>2008-06-02 04:26:27 +0800
commitc4f6b319a50c02d2ec8cbd2c16720d77ed4985e1 (patch)
treed2faac0a95bca3c9ba454b0faeb69224622ed179 /ports-mgmt/psearch/Makefile
parent50378fc1cbc25543fb2b6210980293eddbdc8534 (diff)
downloadfreebsd-ports-gnome-c4f6b319a50c02d2ec8cbd2c16720d77ed4985e1.tar.gz
freebsd-ports-gnome-c4f6b319a50c02d2ec8cbd2c16720d77ed4985e1.tar.zst
freebsd-ports-gnome-c4f6b319a50c02d2ec8cbd2c16720d77ed4985e1.zip
- Update to 2.0
- Update maintainer mail adress PR: 124192 Submitted by: Benjamin Lutz (maintainer)
Diffstat (limited to 'ports-mgmt/psearch/Makefile')
-rw-r--r--ports-mgmt/psearch/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/ports-mgmt/psearch/Makefile b/ports-mgmt/psearch/Makefile
index f38528c08f01..fd3889f438f5 100644
--- a/ports-mgmt/psearch/Makefile
+++ b/ports-mgmt/psearch/Makefile
@@ -6,21 +6,18 @@
#
PORTNAME= psearch
-PORTVERSION= 1.2
+PORTVERSION= 2.0
CATEGORIES= ports-mgmt
MASTER_SITES= http://www.maxlor.com/files/
-MAINTAINER= benlutz@datacomm.ch
+MAINTAINER= mail@maxlor.com
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_PROGRAM} ${WRKSRC}/psearch ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/psearch.1 ${MANPREFIX}/man/man1
.include <bsd.port.mk>