svn commit: r355468 - head/devel/cvs

Eitan Adler eadler at FreeBSD.org
Tue May 27 05:43:35 UTC 2014


Author: eadler
Date: Tue May 27 05:43:34 2014
New Revision: 355468
URL: http://svnweb.freebsd.org/changeset/ports/355468
QAT: https://qat.redports.org/buildarchive/r355468/

Log:
  Live in the world of new Makefiles.
  
  Note that this only supports 'base as built' and won't work if you disable
  kerberos.
  
  Hand over port to the world.
  
  Reported by:	danfe

Modified:
  head/devel/cvs/Makefile

Modified: head/devel/cvs/Makefile
==============================================================================
--- head/devel/cvs/Makefile	Tue May 27 05:36:24 2014	(r355467)
+++ head/devel/cvs/Makefile	Tue May 27 05:43:34 2014	(r355468)
@@ -5,7 +5,7 @@ PORTVERSION=	1.20120905
 CATEGORIES=	devel
 MASTER_SITES=	LOCAL/eadler
 
-MAINTAINER=	eadler at FreeBSD.org
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Version control system
 
 LICENSE=	GPLv2
@@ -16,7 +16,7 @@ INFO=		cvs cvsclient
 
 # bsd.stage.makes sets the wrong value for DESTDIR
 DESTDIRNAME=	NADA
-MAKE_ARGS=	DESTDIR=${STAGEDIR}${PREFIX}
+MAKE_ARGS=	DESTDIR=${STAGEDIR}${PREFIX} MK_KERBEROS_SUPPORT=yes
 
 .include <bsd.port.pre.mk>
 


More information about the svn-ports-all mailing list