summaryrefslogtreecommitdiff
path: root/ports-mgmt/portbrowser
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-04-04 14:04:11 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-04-04 14:04:11 +0000
commit223584089d8efa4dc3a94b60a3d2b289312208e7 (patch)
tree9ac0633114f173c12a9db8e15b1b21df4fb7d70b /ports-mgmt/portbrowser
parent- Move from Tk 8.2 to Tk 8.4 (diff)
- Fix runtime warnings/errors
PR: ports/116628 Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl> Approved by: maintainer timeout (hrs; 6 months)
Diffstat (limited to 'ports-mgmt/portbrowser')
-rw-r--r--ports-mgmt/portbrowser/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/ports-mgmt/portbrowser/Makefile b/ports-mgmt/portbrowser/Makefile
index 9bbfbfbc0c0e..833d3d015931 100644
--- a/ports-mgmt/portbrowser/Makefile
+++ b/ports-mgmt/portbrowser/Makefile
@@ -6,6 +6,7 @@
PORTNAME= portbrowser
PORTVERSION= 0.5.20050618
+PORTREVISION= 1
CATEGORIES= ports-mgmt
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= hrs
@@ -25,4 +26,8 @@ PLIST_FILES= bin/pbrowser
MAN1= pbrowser.1
+post-patch:
+ @${REINPLACE_CMD} 's|gram-obsd.y|gram-fbsd.y|' \
+ ${WRKSRC}/src/Makefile
+
.include <bsd.port.mk>