aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/fbcmd
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-04-22 16:02:46 +0800
committerbapt <bapt@FreeBSD.org>2014-04-22 16:02:46 +0800
commit0b08870582979157742252c431b6344ac6b285f3 (patch)
treee7ec66f9b6efda8c612627d1ea0d2ded393ce7e1 /x11-wm/fbcmd
parent835cd2eaf209463b8ef9012cedede07b0ac63ab5 (diff)
downloadfreebsd-ports-gnome-0b08870582979157742252c431b6344ac6b285f3.tar.gz
freebsd-ports-gnome-0b08870582979157742252c431b6344ac6b285f3.tar.zst
freebsd-ports-gnome-0b08870582979157742252c431b6344ac6b285f3.zip
Support stage
Diffstat (limited to 'x11-wm/fbcmd')
-rw-r--r--x11-wm/fbcmd/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-wm/fbcmd/Makefile b/x11-wm/fbcmd/Makefile
index d7539cde66c8..f22875100ad7 100644
--- a/x11-wm/fbcmd/Makefile
+++ b/x11-wm/fbcmd/Makefile
@@ -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>