diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2014-05-24 22:34:30 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2014-05-24 22:34:30 +0000 |
commit | 3079ebf9209b206bcd0097bf7d6fa9d6a055f614 (patch) | |
tree | 956bbf46782ce90bf9223e870ad12e67c589ac8e /x11-wm/afterstep-stable | |
parent | 8f036e50824216a245b61b7472351756c7ffaf03 (diff) | |
download | ports-3079ebf9209b206bcd0097bf7d6fa9d6a055f614.tar.gz ports-3079ebf9209b206bcd0097bf7d6fa9d6a055f614.zip |
Notes
Diffstat (limited to 'x11-wm/afterstep-stable')
-rw-r--r-- | x11-wm/afterstep-stable/Makefile | 7 | ||||
-rw-r--r-- | x11-wm/afterstep-stable/pkg-plist | 1 |
2 files changed, 7 insertions, 1 deletions
diff --git a/x11-wm/afterstep-stable/Makefile b/x11-wm/afterstep-stable/Makefile index 380928d12475..bfa5aa99d28e 100644 --- a/x11-wm/afterstep-stable/Makefile +++ b/x11-wm/afterstep-stable/Makefile @@ -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> diff --git a/x11-wm/afterstep-stable/pkg-plist b/x11-wm/afterstep-stable/pkg-plist index ea11a204ba2e..c80fc3e5f3ff 100644 --- a/x11-wm/afterstep-stable/pkg-plist +++ b/x11-wm/afterstep-stable/pkg-plist @@ -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 |