svn commit: r508879 - head/x11-wm/fluxter
Jason Helfman
jgh at FreeBSD.org
Tue Aug 13 22:14:10 UTC 2019
Author: jgh
Date: Tue Aug 13 22:14:09 2019
New Revision: 508879
URL: https://svnweb.freebsd.org/changeset/ports/508879
Log:
- tune plist (thanks mat@)
- pet portlint
- link libSM
- bump portrevision
Modified:
head/x11-wm/fluxter/Makefile
Modified: head/x11-wm/fluxter/Makefile
==============================================================================
--- head/x11-wm/fluxter/Makefile Tue Aug 13 22:01:02 2019 (r508878)
+++ head/x11-wm/fluxter/Makefile Tue Aug 13 22:14:09 2019 (r508879)
@@ -3,7 +3,7 @@
PORTNAME= fluxter
PORTVERSION= 0.2.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= x11-wm
MASTER_SITES= http://www.hydrus.org.uk/downloads/
@@ -12,14 +12,15 @@ COMMENT= Desktop pager for the Fluxbox Slit
LICENSE= GPLv2
-USE_XORG= x11 ice xorgproto xt xaw xext
-GNU_CONFIGURE= yes
USES= gmake
+USE_XORG= x11 ice xorgproto xt xaw xext sm
+GNU_CONFIGURE= yes
+
PLIST_FILES= bin/fluxter \
- %%DATADIR%%/README.fluxter \
- %%DATADIR%%/fluxter.bb \
- %%DATADIR%%/fluxter.nobb
+ ${DATADIR}/README.fluxter \
+ ${DATADIR}/fluxter.bb \
+ ${DATADIR}/fluxter.nobb
post-patch:
@${REINPLACE_CMD} -e "s|/fluxbox|/${PORTNAME}|g" \
More information about the svn-ports-all
mailing list