diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2003-08-06 08:32:59 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2003-08-06 08:32:59 +0000 |
commit | 248db8434ac1696eb8b68281705b7aec6da0d0cf (patch) | |
tree | 3e18d2fb49834fc5f2983595bd61a4644c7e27aa | |
parent | fix security/py-m2crypto: builf fail from bento (diff) |
Use the (optional) ISO C compliant versions of the SGB headers instead of
the old, K+R C ones. Bump PORTREVISION.
-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 964047e7ea2c..189ec778dff5 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> |