diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-11 21:30:15 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-11 21:30:15 +0000 |
commit | ed33fb7de058a6d91ae1c86c9dda42a1a2508b54 (patch) | |
tree | bb126f7f4deabe676254cb651c5b8a780976235f /devel/cproto/Makefile | |
parent | cd551d001ae65b6035a625879180b837df06f895 (diff) |
PORTNAME/PORTVERSION update
Notes
Notes:
svn path=/head/; revision=27452
Diffstat (limited to 'devel/cproto/Makefile')
-rw-r--r-- | devel/cproto/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/cproto/Makefile b/devel/cproto/Makefile index e87eb39985dc..1cce2430f214 100644 --- a/devel/cproto/Makefile +++ b/devel/cproto/Makefile @@ -1,12 +1,12 @@ # ports collection makefile for: cproto -# Version required: 4.6b # Date created: 2000 Feb. 13 # Whom: Abel Chow <abel_chow@yahoo.com> # # $FreeBSD$ # -DISTNAME= cproto-4.6 +PORTNAME= cproto +PORTVERSION= 4.6 CATEGORIES= devel MASTER_SITES= http://www.vex.net/~cthuang/cproto/ |