aboutsummaryrefslogtreecommitdiff
path: root/graphics/intel-backlight/Makefile
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2019-04-05 07:31:06 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2019-04-05 07:31:06 +0000
commit85a6235c0a136e76e13f596c6ecd4b9ec5251663 (patch)
tree02bee323b917f37c88e3ea93490019eebf839303 /graphics/intel-backlight/Makefile
parentbfcdb83f0aa31b956ec65ac5bfa29a3d3cfae3a5 (diff)
downloadports-85a6235c0a136e76e13f596c6ecd4b9ec5251663.tar.gz
ports-85a6235c0a136e76e13f596c6ecd4b9ec5251663.zip
Notes
Diffstat (limited to 'graphics/intel-backlight/Makefile')
-rw-r--r--graphics/intel-backlight/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/intel-backlight/Makefile b/graphics/intel-backlight/Makefile
index 040e147afc22..be5f76ac643b 100644
--- a/graphics/intel-backlight/Makefile
+++ b/graphics/intel-backlight/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= intel-backlight
-DISTVERSION= 20180303
+DISTVERSION= 20180328
CATEGORIES= graphics
MAINTAINER= jmd@FreeBSD.org
@@ -20,7 +20,7 @@ LIB_DEPENDS= libdrm.so:graphics/libdrm \
USE_GITHUB= yes
GH_ACCOUNT= FreeBSDDesktop
GH_PROJECT= intel_backlight_fbsd
-GH_TAGNAME= 7339989
+GH_TAGNAME= 15fff57
PORTEXAMPLES= asmc_backlight.sh \
isl_backlight.sh
@@ -35,5 +35,4 @@ SUID_DESC= Install intel_backlight with the setuid bit set
do-install-EXAMPLES-on:
cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTEXAMPLES}" ${STAGEDIR}${EXAMPLESDIR}
-.include <bsd.port.options.mk>
.include <bsd.port.mk>