diff options
author | antoine <antoine@FreeBSD.org> | 2013-12-28 04:57:47 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-12-28 04:57:47 +0800 |
commit | 84c6dea9e75ab34512864bbfc68454d3c4f26045 (patch) | |
tree | 432d7b614555d6e9826c2c90d55a37465c3b59e8 /x11-wm | |
parent | d30486ae68658d4ee1399a92a07e19a03f3eb12a (diff) | |
download | freebsd-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/Makefile | 9 |
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> |