aboutsummaryrefslogtreecommitdiff
path: root/devel/cproto
diff options
context:
space:
mode:
authorClive Lin <clive@FreeBSD.org>2001-01-03 20:36:57 +0000
committerClive Lin <clive@FreeBSD.org>2001-01-03 20:36:57 +0000
commit298c88b4f9c59c6dec2b874d34feda9f290fe9cc (patch)
tree4bf6ea93f3c2775ac0277c7cf9921d142718ed4f /devel/cproto
parent06f0a9d80d1676047440fe9e7b5b653f5e98f927 (diff)
downloadports-298c88b4f9c59c6dec2b874d34feda9f290fe9cc.tar.gz
ports-298c88b4f9c59c6dec2b874d34feda9f290fe9cc.zip
Notes
Diffstat (limited to 'devel/cproto')
-rw-r--r--devel/cproto/Makefile3
-rw-r--r--devel/cproto/files/patch-system.h1
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/cproto/Makefile b/devel/cproto/Makefile
index f6bcb114d4cc..05e1f8b86db9 100644
--- a/devel/cproto/Makefile
+++ b/devel/cproto/Makefile
@@ -9,7 +9,8 @@
PORTNAME= cproto
PORTVERSION= 4.6
CATEGORIES= devel
-MASTER_SITES= http://www.vex.net/~cthuang/cproto/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= cproto
MAINTAINER= ports@FreeBSD.org
diff --git a/devel/cproto/files/patch-system.h b/devel/cproto/files/patch-system.h
index 5a0e382f34b5..c34099d82255 100644
--- a/devel/cproto/files/patch-system.h
+++ b/devel/cproto/files/patch-system.h
@@ -18,4 +18,3 @@
-#define MAX_TEXT_SIZE 256
+#define MAX_TEXT_SIZE 4096
#endif
-