aboutsummaryrefslogtreecommitdiff
path: root/devel/cvs
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-01-02 21:27:19 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-01-02 21:27:19 +0000
commitd2cc01ce79411a1b58f44e9a272e6b9d958c7ada (patch)
treee51d34caa4f21f4bff135cd42cbed478152e7f2b /devel/cvs
parent53bd72d86a65062805e766d53406b335e6191e01 (diff)
downloadports-d2cc01ce79411a1b58f44e9a272e6b9d958c7ada.tar.gz
ports-d2cc01ce79411a1b58f44e9a272e6b9d958c7ada.zip
Stop installing infopages in preparation for removal of bsd.info.mk from
FreeBSD head
Notes
Notes: svn path=/head/; revision=376070
Diffstat (limited to 'devel/cvs')
-rw-r--r--devel/cvs/Makefile5
-rw-r--r--devel/cvs/files/patch-Makefile9
2 files changed, 11 insertions, 3 deletions
diff --git a/devel/cvs/Makefile b/devel/cvs/Makefile
index 06c89bccbda4..75cc1fd1dcc7 100644
--- a/devel/cvs/Makefile
+++ b/devel/cvs/Makefile
@@ -2,7 +2,7 @@
PORTNAME= cvs
PORTVERSION= 1.20120905
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= LOCAL/eadler
@@ -14,9 +14,8 @@ LICENSE= GPLv2
OPTIONS_DEFINE= KERBEROS EXAMPLES
OPTIONS_DEFAULT=KERBEROS
-USES= makeinfo tar:xz uidfix
+USES= tar:xz uidfix
WRKSRC= ${WRKDIR}/call/cvs-build
-INFO= cvs cvsclient
# bsd.stage.makes sets the wrong value for DESTDIR
DESTDIRNAME= NADA
diff --git a/devel/cvs/files/patch-Makefile b/devel/cvs/files/patch-Makefile
new file mode 100644
index 000000000000..1f6c1dcbad4c
--- /dev/null
+++ b/devel/cvs/files/patch-Makefile
@@ -0,0 +1,9 @@
+--- Makefile.orig 2012-01-21 05:30:07 UTC
++++ Makefile
+@@ -1,5 +1,5 @@
+ # $FreeBSD: head/gnu/usr.bin/cvs/Makefile 175384 2008-01-16 17:16:36Z obrien $
+
+-SUBDIR = lib libdiff cvs contrib cvsbug doc
++SUBDIR = lib libdiff cvs contrib cvsbug
+
+ .include <bsd.subdir.mk>