svn commit: r323852 - head/emulators/fuse-utils

Rene Ladan rene at FreeBSD.org
Sun Jul 28 20:35:57 UTC 2013


Author: rene
Date: Sun Jul 28 20:35:56 2013
New Revision: 323852
URL: http://svnweb.freebsd.org/changeset/ports/323852

Log:
  - Remove no-op MAKE_JOBS_SAFE
  - Pet portlint

Modified:
  head/emulators/fuse-utils/Makefile

Modified: head/emulators/fuse-utils/Makefile
==============================================================================
--- head/emulators/fuse-utils/Makefile	Sun Jul 28 20:33:15 2013	(r323851)
+++ head/emulators/fuse-utils/Makefile	Sun Jul 28 20:35:56 2013	(r323852)
@@ -12,9 +12,8 @@ COMMENT=	Utilities from the Free Unix Sp
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-MAKE_JOBS_SAFE=	yes
-
 USES=		pkgconfig
+
 LIB_DEPENDS=	spectrum:${PORTSDIR}/emulators/libspectrum
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-libspectrum-prefix=${LOCALBASE} \


More information about the svn-ports-all mailing list