svn commit: r443042 - head/accessibility/redshift
Mark Felder
feld at FreeBSD.org
Fri Jun 9 21:39:24 UTC 2017
Author: feld
Date: Fri Jun 9 21:39:22 2017
New Revision: 443042
URL: https://svnweb.freebsd.org/changeset/ports/443042
Log:
accessibility/redshift: fix shebangs
- Also add LICENSE and LICENSE_FILE
PR: 219526
MFH: 2017Q2
Modified:
head/accessibility/redshift/Makefile
Modified: head/accessibility/redshift/Makefile
==============================================================================
--- head/accessibility/redshift/Makefile Fri Jun 9 20:36:06 2017 (r443041)
+++ head/accessibility/redshift/Makefile Fri Jun 9 21:39:22 2017 (r443042)
@@ -3,16 +3,20 @@
PORTNAME= redshift
PORTVERSION= 1.7
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= accessibility
MASTER_SITES= http://launchpad.net/redshift/trunk/${PORTVERSION}/+download/
MAINTAINER= feld at FreeBSD.org
COMMENT= Adjusts the color temperature of your screen
-USES= gmake pkgconfig tar:bzip2
+LICENSE= GPLv3
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+USES= gmake pkgconfig shebangfix tar:bzip2
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
+SHEBANG_FILES= src/gtk-redshift/gtk-redshift
CONFIGURE_ARGS+= --disable-wingdi
More information about the svn-ports-all
mailing list