diff options
author | gerald <gerald@FreeBSD.org> | 2003-08-06 08:32:59 +0000 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2003-08-06 08:32:59 +0000 |
commit | b7d6d23e7458b2075c2db37a76c6584f73f963ae (patch) | |
tree | 583aabbaa8f318452c020fd6f0488eed3095a04c /devel/sgb | |
parent | 8ed9f3cf73866eaa8e087b0fae77034b0a8e2e3b (diff) | |
download | FreeBSD-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/Makefile | 8 |
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> |