summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorclive <clive@FreeBSD.org>2001-01-03 20:36:57 +0000
committerclive <clive@FreeBSD.org>2001-01-03 20:36:57 +0000
commit2fc33bc742e6abbeb0158e5ff4f57d020bb2a00a (patch)
tree6f71865964b6f8b75898113fd9b74a9a57215161
parentf6bf1a41761c67993b40ec5f4f2bb7527b813422 (diff)
downloadFreeBSD-ports-2fc33bc742e6abbeb0158e5ff4f57d020bb2a00a.zip
FreeBSD-ports-2fc33bc742e6abbeb0158e5ff4f57d020bb2a00a.tar.gz
o Fix distfile unfetchable problem
o Satisfy portlint PR: 23919
-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 f6bcb11..05e1f8b 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 5a0e382..c34099d 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
-
OpenPOWER on IntegriCloud