Index: head/x11-wm/fluxter/pkg-plist =================================================================== --- head/x11-wm/fluxter/pkg-plist (revision 379327) +++ head/x11-wm/fluxter/pkg-plist (nonexistent) @@ -1,4 +0,0 @@ -bin/fluxter -share/fluxter/README.fluxter -share/fluxter/fluxter.bb -share/fluxter/fluxter.nobb Property changes on: head/x11-wm/fluxter/pkg-plist ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/x11-wm/fluxter/Makefile =================================================================== --- head/x11-wm/fluxter/Makefile (revision 379327) +++ head/x11-wm/fluxter/Makefile (revision 379328) @@ -1,21 +1,28 @@ # Created by: Adam Weinberger # $FreeBSD$ PORTNAME= fluxter PORTVERSION= 0.2.0 CATEGORIES= x11-wm MASTER_SITES= http://www.hydrus.org.uk/downloads/ MAINTAINER= jgh@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 \ ${WRKSRC}/data/Makefile.in .include