svn commit: r478303 - head/net/nfs-ganesha

Baptiste Daroussin bapt at FreeBSD.org
Tue Aug 28 12:17:14 UTC 2018


Author: bapt
Date: Tue Aug 28 12:17:13 2018
New Revision: 478303
URL: https://svnweb.freebsd.org/changeset/ports/478303

Log:
  Remove useless macros
  
  Reported by:	mat

Modified:
  head/net/nfs-ganesha/Makefile

Modified: head/net/nfs-ganesha/Makefile
==============================================================================
--- head/net/nfs-ganesha/Makefile	Tue Aug 28 11:59:46 2018	(r478302)
+++ head/net/nfs-ganesha/Makefile	Tue Aug 28 12:17:13 2018	(r478303)
@@ -16,7 +16,6 @@ USE_RC_SUBR=	ganesha
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	nfs-ganesha
-GH_PROJECT=	nfs-ganesha
 GH_TAGNAME=	V2.7-rc1
 CFLAGS+=	-Wno-error
 GH_TUPLE=	nfs-ganesha:ntirpc:b69c2c1e353:ganesha/src/libntirpc
@@ -26,7 +25,5 @@ CMAKE_ARGS=	-DLIB_INSTALL_DIR=${LOCALBASE}/lib -DUSE_G
 		-DUSE_FSAL_GLUSTER=OFF -DUSE_FSAL_RGW=OFF -DUSE_RADOS_RECOV=OFF \
 		-DUSE_DBUS=ON -DUSE_ADMIN_TOOLS=ON
 CMAKE_SOURCE_PATH= ${WRKSRC}/src
-
-WITH_DEBUG=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list