Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Apr 2014 08:02:46 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r351762 - head/x11-wm/fbcmd
Message-ID:  <201404220802.s3M82k34004155@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404220802.s3M82k34004155>