aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2013-12-28 04:57:47 +0800
committerantoine <antoine@FreeBSD.org>2013-12-28 04:57:47 +0800
commit84c6dea9e75ab34512864bbfc68454d3c4f26045 (patch)
tree432d7b614555d6e9826c2c90d55a37465c3b59e8 /x11-wm
parentd30486ae68658d4ee1399a92a07e19a03f3eb12a (diff)
downloadfreebsd-ports-gnome-84c6dea9e75ab34512864bbfc68454d3c4f26045.tar.gz
freebsd-ports-gnome-84c6dea9e75ab34512864bbfc68454d3c4f26045.tar.zst
freebsd-ports-gnome-84c6dea9e75ab34512864bbfc68454d3c4f26045.zip
Stage support
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/pager/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/x11-wm/pager/Makefile b/x11-wm/pager/Makefile
index 2a68fe0bf936..2a6dac046e71 100644
--- a/x11-wm/pager/Makefile
+++ b/x11-wm/pager/Makefile
@@ -9,24 +9,21 @@ MASTER_SITES= http://download.tuxfamily.org/sawfishpager/
DISTNAME= sawfish-pager-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
-COMMENT= A pager for sawfish without GNOME
+COMMENT= Pager for sawfish without GNOME
BUILD_DEPENDS= sawfish:${PORTSDIR}/x11-wm/sawfish
RUN_DEPENDS= sawfish:${PORTSDIR}/x11-wm/sawfish
USE_XZ= yes
USE_GNOME= gtk20
-USE_GMAKE= yes
-USES= pkgconfig
+USES= gmake pkgconfig
GNU_CONFIGURE= yes
PLIST_FILES= lib/sawfish/sawfishpager \
share/sawfish/lisp/sawfish/wm/ext/pager.jl \
share/sawfish/lisp/sawfish/wm/ext/pager.jlc
-NO_STAGE= yes
post-install:
- @${STRIP_CMD} ${PREFIX}/lib/sawfish/sawfishpager
- @${CAT} ${PKGMESSAGE}
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/sawfish/sawfishpager
.include <bsd.port.mk>