aboutsummaryrefslogtreecommitdiff
path: root/misc/gman/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-04-14 11:21:15 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-04-14 11:21:15 +0000
commitfd41396e56fc43d4b6cf0e7494c83d36e971604e (patch)
tree07c74f0b4792ecc8ae88462c4053c92fa76176af /misc/gman/Makefile
parenta6e83641c7036bdd315a8c4eb26358be4d7e8d61 (diff)
downloadports-fd41396e56fc43d4b6cf0e7494c83d36e971604e.tar.gz
ports-fd41396e56fc43d4b6cf0e7494c83d36e971604e.zip
Notes
Diffstat (limited to 'misc/gman/Makefile')
-rw-r--r--misc/gman/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/misc/gman/Makefile b/misc/gman/Makefile
index bea9acea4176..191f42bc909b 100644
--- a/misc/gman/Makefile
+++ b/misc/gman/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= gman
-PORTVERSION= 0.9.0
+PORTVERSION= 0.9.2
CATEGORIES= misc
MASTER_SITES= http://homex.coolconnect.com/user/xkwang/gman/
@@ -19,7 +19,8 @@ USE_GTK= yes
MAN1= gman.1x
-post-patch:
- @${PERL} -pi -e "s|-lpthread|${PTHREAD_LIBS}|g" ${WRKSRC}/Makefile
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/gman ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/gman.1x ${MANPREFIX}/man/man1
.include <bsd.port.mk>