Index: head/x11-wm/wmfs/pkg-plist =================================================================== --- head/x11-wm/wmfs/pkg-plist (revision 442176) +++ head/x11-wm/wmfs/pkg-plist (nonexistent) @@ -1,4 +0,0 @@ -bin/wmfs -etc/xdg/wmfs/wmfsrc -man/man1/wmfs.1.gz -share/xsessions/wmfs.desktop Property changes on: head/x11-wm/wmfs/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/wmfs/Makefile =================================================================== --- head/x11-wm/wmfs/Makefile (revision 442176) +++ head/x11-wm/wmfs/Makefile (revision 442177) @@ -1,46 +1,50 @@ # Created by: Dennis Herrmann # $FreeBSD$ PORTNAME= wmfs DISTVERSION= 201104 PORTREVISION= 4 CATEGORIES= x11-wm MASTER_SITES= GHC MAINTAINER= ports@FreeBSD.org COMMENT= Floating and tiling Window Manager From Scratch LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libfreetype.so:print/freetype2 USE_GITHUB= yes GH_ACCOUNT= xorg62 USES= pkgconfig USE_XORG= x11 xft xpm HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix ${PREFIX} \ --man-prefix ${MANPREFIX}/man \ --xdg-config-dir ${PREFIX}/etc/xdg +PLIST_FILES= bin/wmfs \ + etc/xdg/wmfs/wmfsrc \ + man/man1/wmfs.1.gz \ + share/xsessions/wmfs.desktop SUB_FILES= pkg-message OPTIONS_DEFINE= XRANDR XINERAMA IMLIB OPTIONS_DEFAULT= XRANDR XINERAMA IMLIB XRANDR_USE= XORG=xrandr XRANDR_CONFIGURE_OFF= --without-xrandr XINERAMA_USE= XORG=xinerama XINERAMA_CONFIGURE_OFF= --without-xinerama IMLIB_LIB_DEPENDS= libImlib2.so:graphics/imlib2 IMLIB_CONFIGURE_OFF= --without-imlib2 post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/configure post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include Index: head/x11-wm/wmfs/pkg-descr =================================================================== --- head/x11-wm/wmfs/pkg-descr (revision 442176) +++ head/x11-wm/wmfs/pkg-descr (revision 442177) @@ -1,6 +1,6 @@ WMFS (Window Manager From Scratch) is a lightweight tiling window manager for X. It can be configured with a configuration file (made with LibConfuse), it supports Xft (FreeType) fonts and EWMH hints wm standards. -WWW: https://github.com/xorg62/wmfs/ +WWW: https://github.com/xorg62/wmfs