diff options
-rw-r--r-- | devel/cproto/Makefile | 3 | ||||
-rw-r--r-- | devel/cproto/distinfo | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/devel/cproto/Makefile b/devel/cproto/Makefile index 1bdae9442a9d..816ba9a6a148 100644 --- a/devel/cproto/Makefile +++ b/devel/cproto/Makefile @@ -7,7 +7,7 @@ # PORTNAME= cproto -PORTVERSION= 4.7b +PORTVERSION= 4.7c CATEGORIES= devel MASTER_SITES= ftp://invisible-island.net/cproto/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/./_/} @@ -17,6 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Generate C function prototypes and convert function definitions GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= cproto.1 PLIST_FILES= bin/cproto diff --git a/devel/cproto/distinfo b/devel/cproto/distinfo index e84edcb6b694..e16a61fa0d2f 100644 --- a/devel/cproto/distinfo +++ b/devel/cproto/distinfo @@ -1,2 +1,2 @@ -MD5 (cproto-4_7b.tgz) = d104c057997a082bd2eb4e119e916208 -SIZE (cproto-4_7b.tgz) = 99902 +MD5 (cproto-4_7c.tgz) = c7fb8586a4b402e830d1310f3aadef91 +SIZE (cproto-4_7c.tgz) = 118592 |