diff options
-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 |