summaryrefslogtreecommitdiffstats
path: root/devel/sgb
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2003-08-06 08:32:59 +0000
committergerald <gerald@FreeBSD.org>2003-08-06 08:32:59 +0000
commitb7d6d23e7458b2075c2db37a76c6584f73f963ae (patch)
tree583aabbaa8f318452c020fd6f0488eed3095a04c /devel/sgb
parent8ed9f3cf73866eaa8e087b0fae77034b0a8e2e3b (diff)
downloadFreeBSD-ports-b7d6d23e7458b2075c2db37a76c6584f73f963ae.zip
FreeBSD-ports-b7d6d23e7458b2075c2db37a76c6584f73f963ae.tar.gz
Use the (optional) ISO C compliant versions of the SGB headers instead of
the old, K+R C ones. Bump PORTREVISION.
Diffstat (limited to 'devel/sgb')
-rw-r--r--devel/sgb/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/sgb/Makefile b/devel/sgb/Makefile
index 964047e7..189ec77 100644
--- a/devel/sgb/Makefile
+++ b/devel/sgb/Makefile
@@ -7,6 +7,7 @@
PORTNAME= sgb
PORTVERSION= 20030623
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ftp://labrea.stanford.edu/pub/sgb/
DISTNAME= sgb-2003-06-23
@@ -20,4 +21,9 @@ USE_REINPLACE= yes
NO_WRKSUBDIR= yes
ALL_TARGET= lib tests
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+post-extract:
+ ${CP} ${WRKSRC}/PROTOTYPES/* ${WRKSRC}
+
+.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud