aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-02-24 21:31:31 +0800
committerbapt <bapt@FreeBSD.org>2014-02-24 21:31:31 +0800
commitbba92b6b9a2a8018fce3774aeb917a0a575caf8a (patch)
tree378ea1eb5779ff385eaa8231df13943bb00f0c5e /x11-wm
parentf864188b7aaef77fd6b0c7b8380990cff5bc3236 (diff)
downloadfreebsd-ports-gnome-bba92b6b9a2a8018fce3774aeb917a0a575caf8a.tar.gz
freebsd-ports-gnome-bba92b6b9a2a8018fce3774aeb917a0a575caf8a.tar.zst
freebsd-ports-gnome-bba92b6b9a2a8018fce3774aeb917a0a575caf8a.zip
Support stage
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/devilspie/Makefile16
1 files changed, 7 insertions, 9 deletions
diff --git a/x11-wm/devilspie/Makefile b/x11-wm/devilspie/Makefile
index 9f751a92c99e..d5f0b91a5846 100644
--- a/x11-wm/devilspie/Makefile
+++ b/x11-wm/devilspie/Makefile
@@ -8,29 +8,27 @@ CATEGORIES= x11-wm
MASTER_SITES= http://www.burtonini.com/computing/
MAINTAINER= ports@FreeBSD.org
-COMMENT= A window manipulation tool
+COMMENT= Window manipulation tool
+
+OPTIONS_DEFINE= DOCS
USE_GNOME= libwnck
-USE_GMAKE= yes
GNU_CONFIGURE= yes
-USES= pkgconfig gettext
+USES= pkgconfig gettext gmake
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-MAN1= devilspie.1
PORTDOCS= AUTHORS NEWS README TODO
PLIST_FILES= bin/devilspie \
+ man/man1/devilspie.1.gz \
share/locale/de/LC_MESSAGES/devilspie.mo
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's|-D.*_DISABLE_DEPRECATED||' \
${WRKSRC}/src/Makefile.in
post-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
-.endif
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>