diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2013-10-26 17:00:29 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2013-10-26 17:00:29 +0000 |
commit | 08c99da43f37790775e0152a5b7341734d5651c0 (patch) | |
tree | b951728cd78fdf360bcec52872b25536fa85323d | |
parent | 55f399f6b397abb49dcd3f26241f98f5873e5bd2 (diff) | |
download | ports-08c99da43f37790775e0152a5b7341734d5651c0.tar.gz ports-08c99da43f37790775e0152a5b7341734d5651c0.zip |
Notes
-rw-r--r-- | devel/cproto/Makefile | 6 | ||||
-rw-r--r-- | devel/cproto/distinfo | 4 |
2 files changed, 4 insertions, 6 deletions
diff --git a/devel/cproto/Makefile b/devel/cproto/Makefile index 077c4dc94760..dc6e477c64f6 100644 --- a/devel/cproto/Makefile +++ b/devel/cproto/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cproto -PORTVERSION= 4.7j +PORTVERSION= 4.7k CATEGORIES= devel MASTER_SITES= ftp://invisible-island.net/cproto/ EXTRACT_SUFX= .tgz @@ -12,8 +12,6 @@ COMMENT= Generate C function prototypes and convert function definitions GNU_CONFIGURE= yes -MAN1= cproto.1 -PLIST_FILES= bin/cproto +PLIST_FILES= bin/cproto man/man1/cproto.1.gz -NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/cproto/distinfo b/devel/cproto/distinfo index 1063faf37d95..28e5da9acb9b 100644 --- a/devel/cproto/distinfo +++ b/devel/cproto/distinfo @@ -1,2 +1,2 @@ -SHA256 (cproto-4.7j.tgz) = 1231309b1e9712551e1247120b096d019e1c66e612ad446184ad2def89f32d5d -SIZE (cproto-4.7j.tgz) = 159363 +SHA256 (cproto-4.7k.tgz) = e8e1d7994b9141d56144f2e82ae679c3891f3b5e635837d666a52244cc59e2d0 +SIZE (cproto-4.7k.tgz) = 163224 |