svn commit: r351762 - head/x11-wm/fbcmd

Baptiste Daroussin bapt at FreeBSD.org
Tue Apr 22 08:02:47 UTC 2014


Author: bapt
Date: Tue Apr 22 08:02:46 2014
New Revision: 351762
URL: http://svnweb.freebsd.org/changeset/ports/351762
QAT: https://qat.redports.org/buildarchive/r351762/

Log:
  Support stage

Modified:
  head/x11-wm/fbcmd/Makefile

Modified: head/x11-wm/fbcmd/Makefile
==============================================================================
--- head/x11-wm/fbcmd/Makefile	Tue Apr 22 07:58:09 2014	(r351761)
+++ head/x11-wm/fbcmd/Makefile	Tue Apr 22 08:02:46 2014	(r351762)
@@ -8,7 +8,7 @@ CATEGORIES=	x11-wm
 MASTER_SITES=	http://darkshed.net/files/c_cpp/fbcmd/
 
 MAINTAINER=	novel at FreeBSD.org
-COMMENT=	A commandline utility for controlling fluxbox
+COMMENT=	Commandline utility for controlling fluxbox
 
 RUN_DEPENDS=	fluxbox:${PORTSDIR}/x11-wm/fluxbox
 
@@ -19,11 +19,10 @@ CFLAGS+=	"-I${LOCALBASE}/include"
 USE_XORG=	x11 xmu
 PLIST_FILES=	bin/fbcmd
 
-NO_STAGE=	yes
 post-extract:
 	@${REINPLACE_CMD} -e "s|/usr/X11R6|${LOCALBASE}|g" ${WRKSRC}/Makefile
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/fbcmd ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/fbcmd ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list