Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Oct 2013 01:35:09 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r331645 - head/accessibility/redshift
Message-ID:  <201310260135.r9Q1Z9Fv037072@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310260135.r9Q1Z9Fv037072>