svn commit: r331645 - head/accessibility/redshift

Mark Felder feld at FreeBSD.org
Sat Oct 26 01:35:10 UTC 2013


Author: feld
Date: Sat Oct 26 01:35:09 2013
New Revision: 331645
URL: http://svnweb.freebsd.org/changeset/ports/331645

Log:
  Support STAGE
  
  Approved by:	swills (mentor)

Modified:
  head/accessibility/redshift/Makefile
  head/accessibility/redshift/pkg-plist

Modified: head/accessibility/redshift/Makefile
==============================================================================
--- head/accessibility/redshift/Makefile	Sat Oct 26 00:52:33 2013	(r331644)
+++ head/accessibility/redshift/Makefile	Sat Oct 26 01:35:09 2013	(r331645)
@@ -10,14 +10,11 @@ MASTER_SITES=	http://launchpad.net/redsh
 MAINTAINER=	feld at FreeBSD.org
 COMMENT=	Adjusts the color temperature of your screen
 
-NO_STAGE=	yes
 FETCH_ARGS=	"-pRr"
 USES=		gmake pkgconfig
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes
-MAN1=		redshift.1
-MANCOMPRESSED=	no
 
 CONFIGURE_ARGS+=	--disable-wingdi
 

Modified: head/accessibility/redshift/pkg-plist
==============================================================================
--- head/accessibility/redshift/pkg-plist	Sat Oct 26 00:52:33 2013	(r331644)
+++ head/accessibility/redshift/pkg-plist	Sat Oct 26 01:35:09 2013	(r331645)
@@ -1,4 +1,5 @@
 bin/redshift
+man/man1/redshift.1.gz
 share/icons/hicolor/scalable/apps/redshift.svg
 share/icons/hicolor/scalable/apps/redshift-status-off.svg
 share/icons/hicolor/scalable/apps/redshift-status-on.svg


More information about the svn-ports-all mailing list