svn commit: r335030 - head/sysutils/gai-leds
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Nov 27 16:18:01 UTC 2013
Author: sunpoet
Date: Wed Nov 27 16:18:00 2013
New Revision: 335030
URL: http://svnweb.freebsd.org/changeset/ports/335030
Log:
- Pet portlint: move LICENSE upward
- Support STAGEDIR
- While I'm here:
- Remove leading indefinite article from COMMENT
- Convert to new LIB_DEPENDS format
- Use USES=pathfix
PR: ports/184271
Submitted by: Douglas William Thrift <douglas at douglasthrift.net> (maintainer)
Modified:
head/sysutils/gai-leds/Makefile (contents, props changed)
Modified: head/sysutils/gai-leds/Makefile
==============================================================================
--- head/sysutils/gai-leds/Makefile Wed Nov 27 16:09:28 2013 (r335029)
+++ head/sysutils/gai-leds/Makefile Wed Nov 27 16:18:00 2013 (r335030)
@@ -8,18 +8,17 @@ CATEGORIES= sysutils
MASTER_SITES= SF/gai/GAI%20-%20Applets/${PORTNAME}
MAINTAINER= douglas at douglasthrift.net
-COMMENT= A GAI applet that displays the keyboard status leds
-
-LIB_DEPENDS= gai:${PORTSDIR}/x11-toolkits/gai
+COMMENT= GAI applet that displays the keyboard status leds
LICENSE= GPLv2
+LIB_DEPENDS= libgai.so:${PORTSDIR}/x11-toolkits/gai
+
GNU_CONFIGURE= yes
-USES= pkgconfig
+USES= pathfix pkgconfig
USE_BZIP2= yes
-USE_GNOME= gnomehack gnomeprefix
+USE_GNOME= gnomeprefix
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e \
's|\(GNOMEDIR=\).*|\1"${PREFIX}"|; \
More information about the svn-ports-head
mailing list