1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00

Support stage

This commit is contained in:
Baptiste Daroussin 2014-04-22 08:02:46 +00:00
parent d2f982e4f2
commit 35500359d7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351762

View File

@ -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>