mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
Stop installing infopages in preparation for removal of bsd.info.mk from
FreeBSD head
This commit is contained in:
parent
53bd72d86a
commit
d2cc01ce79
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=376070
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
PORTNAME= cvs
|
PORTNAME= cvs
|
||||||
PORTVERSION= 1.20120905
|
PORTVERSION= 1.20120905
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= LOCAL/eadler
|
MASTER_SITES= LOCAL/eadler
|
||||||
|
|
||||||
@ -14,9 +14,8 @@ LICENSE= GPLv2
|
|||||||
OPTIONS_DEFINE= KERBEROS EXAMPLES
|
OPTIONS_DEFINE= KERBEROS EXAMPLES
|
||||||
OPTIONS_DEFAULT=KERBEROS
|
OPTIONS_DEFAULT=KERBEROS
|
||||||
|
|
||||||
USES= makeinfo tar:xz uidfix
|
USES= tar:xz uidfix
|
||||||
WRKSRC= ${WRKDIR}/call/cvs-build
|
WRKSRC= ${WRKDIR}/call/cvs-build
|
||||||
INFO= cvs cvsclient
|
|
||||||
|
|
||||||
# bsd.stage.makes sets the wrong value for DESTDIR
|
# bsd.stage.makes sets the wrong value for DESTDIR
|
||||||
DESTDIRNAME= NADA
|
DESTDIRNAME= NADA
|
||||||
|
9
devel/cvs/files/patch-Makefile
Normal file
9
devel/cvs/files/patch-Makefile
Normal file
@ -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>
|
Loading…
Reference in New Issue
Block a user