diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-10-24 23:37:25 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-10-24 23:37:25 +0000 |
commit | 4acc6fb2a411b291c9c210d82bafe7c62e71c77d (patch) | |
tree | bc16420eb52d65511ceb520c00171d219210a473 /comms/grig | |
parent | 97dfcc1b41c5b4581b1d73128a866beec069c5bf (diff) |
Notes
Diffstat (limited to 'comms/grig')
-rw-r--r-- | comms/grig/Makefile | 5 |
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> |