svn commit: r349078 - head/x11/nvidia-settings

Baptiste Daroussin bapt at FreeBSD.org
Mon Mar 24 22:23:31 UTC 2014


Author: bapt
Date: Mon Mar 24 22:23:30 2014
New Revision: 349078
URL: http://svnweb.freebsd.org/changeset/ports/349078
QAT: https://qat.redports.org/buildarchive/r349078/

Log:
  Support stage

Modified:
  head/x11/nvidia-settings/Makefile

Modified: head/x11/nvidia-settings/Makefile
==============================================================================
--- head/x11/nvidia-settings/Makefile	Mon Mar 24 22:20:38 2014	(r349077)
+++ head/x11/nvidia-settings/Makefile	Mon Mar 24 22:23:30 2014	(r349078)
@@ -12,15 +12,13 @@ COMMENT=	Display Control Panel for X NVi
 
 LICENSE=	GPLv2
 
-USE_BZIP2=	yes
 USE_GNOME=	gtk20
-USES=		gmake pkgconfig
+USES=		gmake pkgconfig tar:bzip2
 USE_GL=		gl
 USE_XORG=	xv xext
 
-PLIST_FILES=	bin/nvidia-settings
-MANCOMPRESSED=	yes
-MAN1=		nvidia-settings.1
+PLIST_FILES=	bin/nvidia-settings \
+		man/man1/nvidia-settings.1.gz
 
 MAKE_ENV=	NV_VERBOSE= \
 		STRIP_CMD=${TRUE} \
@@ -37,5 +35,4 @@ post-patch:	.SILENT
 	${REINPLACE_CMD} -e '/^prefix/s/=/?&/' \
 		 -e '/^MANDIR/s|share/||' ${WRKSRC}/utils.mk
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list