svn commit: r379328 - head/x11-wm/fluxter

Jason Helfman jgh at FreeBSD.org
Thu Feb 19 00:08:24 UTC 2015


Author: jgh
Date: Thu Feb 19 00:08:23 2015
New Revision: 379328
URL: https://svnweb.freebsd.org/changeset/ports/379328
QAT: https://qat.redports.org/buildarchive/r379328/

Log:
  - attach license
  - use plist_files in favor of pkg-plist
  - port is datadir-safe

Deleted:
  head/x11-wm/fluxter/pkg-plist
Modified:
  head/x11-wm/fluxter/Makefile

Modified: head/x11-wm/fluxter/Makefile
==============================================================================
--- head/x11-wm/fluxter/Makefile	Wed Feb 18 23:56:38 2015	(r379327)
+++ head/x11-wm/fluxter/Makefile	Thu Feb 19 00:08:23 2015	(r379328)
@@ -9,10 +9,17 @@ MASTER_SITES=	http://www.hydrus.org.uk/d
 MAINTAINER=	jgh at FreeBSD.org
 COMMENT=	Desktop pager for the Fluxbox Slit
 
+LICENSE=	GPLv2
+
 USE_XORG=	x11 ice xproto xt xaw xext
 GNU_CONFIGURE=	yes
 USES=		gmake
 
+PLIST_FILES=	bin/fluxter \
+		%%DATADIR%%/README.fluxter \
+		%%DATADIR%%/fluxter.bb \
+		%%DATADIR%%/fluxter.nobb
+
 post-patch:
 	@${REINPLACE_CMD} -e "s|/fluxbox|/${PORTNAME}|g" \
 		${WRKSRC}/Makefile.in ${WRKSRC}/data/README.fluxter \


More information about the svn-ports-head mailing list