aboutsummaryrefslogtreecommitdiff
path: root/comms/grig
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2007-10-24 23:37:25 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2007-10-24 23:37:25 +0000
commit4acc6fb2a411b291c9c210d82bafe7c62e71c77d (patch)
treebc16420eb52d65511ceb520c00171d219210a473 /comms/grig
parent97dfcc1b41c5b4581b1d73128a866beec069c5bf (diff)
Notes
Diffstat (limited to 'comms/grig')
-rw-r--r--comms/grig/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/comms/grig/Makefile b/comms/grig/Makefile
index 3f4cae434ad4..85e7128e14f7 100644
--- a/comms/grig/Makefile
+++ b/comms/grig/Makefile
@@ -3,6 +3,7 @@
# Whom: Matt Dawson <matt@mattsnetwork.co.uk>
#
# $FreeBSD$
+#
PORTNAME= grig
PORTVERSION= 0.7.2
@@ -22,4 +23,8 @@ USE_GMAKE= yes
MAN1= grig.1
+post-patch:
+ @${FIND} ${WRKSRC} -name Makefile.* | ${XARGS} ${REINPLACE_CMD} -e \
+ 's|-D.*_DISABLE_DEPRECATED||g'
+
.include <bsd.port.mk>