svn commit: r337805 - head/x11-wm/pager

Antoine Brodin antoine at FreeBSD.org
Fri Dec 27 20:57:48 UTC 2013


Author: antoine
Date: Fri Dec 27 20:57:47 2013
New Revision: 337805
URL: http://svnweb.freebsd.org/changeset/ports/337805

Log:
  Stage support

Modified:
  head/x11-wm/pager/Makefile

Modified: head/x11-wm/pager/Makefile
==============================================================================
--- head/x11-wm/pager/Makefile	Fri Dec 27 20:51:37 2013	(r337804)
+++ head/x11-wm/pager/Makefile	Fri Dec 27 20:57:47 2013	(r337805)
@@ -9,24 +9,21 @@ MASTER_SITES=	http://download.tuxfamily.
 DISTNAME=	sawfish-pager-${PORTVERSION}
 
 MAINTAINER=	ports at 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>


More information about the svn-ports-head mailing list