svn commit: r355096 - head/x11-wm/afterstep-stable

Greg Lewis glewis at FreeBSD.org
Sat May 24 22:34:31 UTC 2014


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


More information about the svn-ports-all mailing list