Date: Sat, 24 May 2014 22:34:31 +0000 (UTC) From: Greg Lewis <glewis@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355096 - head/x11-wm/afterstep-stable Message-ID: <201405242234.s4OMYVo8048991@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: glewis Date: Sat May 24 22:34:30 2014 New Revision: 355096 URL: http://svnweb.freebsd.org/changeset/ports/355096 QAT: https://qat.redports.org/buildarchive/r355096/ Log: . Fix the packing list (I hope). Modified: head/x11-wm/afterstep-stable/Makefile head/x11-wm/afterstep-stable/pkg-plist Modified: head/x11-wm/afterstep-stable/Makefile ============================================================================== --- head/x11-wm/afterstep-stable/Makefile Sat May 24 22:16:45 2014 (r355095) +++ head/x11-wm/afterstep-stable/Makefile Sat May 24 22:34:30 2014 (r355096) @@ -3,7 +3,7 @@ PORTNAME= afterstep PORTVERSION= 2.2.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm afterstep MASTER_SITES= ${MASTER_SITE_AFTERSTEP} MASTER_SITE_SUBDIR= stable @@ -93,4 +93,9 @@ post-patch: -e 's,%%STATIC_LIBEXECINFO%%,${STATIC_LIBEXECINFO},g' \ ${WRKSRC}/configure +.if exists(${PREFIX}/share/gnome/wm-properties) +pre-install: + ${MKDIR} ${STAGEDIR}/${PREFIX}/share/gnome/wm-properties +.endif + .include <bsd.port.post.mk> Modified: head/x11-wm/afterstep-stable/pkg-plist ============================================================================== --- head/x11-wm/afterstep-stable/pkg-plist Sat May 24 22:16:45 2014 (r355095) +++ head/x11-wm/afterstep-stable/pkg-plist Sat May 24 22:34:30 2014 (r355096) @@ -1413,6 +1413,7 @@ man/man1/asimagexml.1x.gz %%DATADIR%%/winlist %%DATADIR%%/wintabs share/applications/AfterStep.desktop +%%GNOME%%share/gnome/wm-properties/AfterStep.desktop @dirrm %%DATADIR%%/themes @dirrm %%DATADIR%%/start/7_About_AfterStep @dirrm %%DATADIR%%/start/5_Quit
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405242234.s4OMYVo8048991>