diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-27 20:57:47 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-27 20:57:47 +0000 |
commit | 18efa609ed2046439f11bf7bce4b38a0f1ecc464 (patch) | |
tree | 432d7b614555d6e9826c2c90d55a37465c3b59e8 /x11-wm/pager | |
parent | a8a919bec5cda1ef572cca83f9c416db920d1b37 (diff) | |
download | ports-18efa609ed2046439f11bf7bce4b38a0f1ecc464.tar.gz ports-18efa609ed2046439f11bf7bce4b38a0f1ecc464.zip |
Notes
Diffstat (limited to 'x11-wm/pager')
-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> |