mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
Support stage
This commit is contained in:
parent
d2f982e4f2
commit
35500359d7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351762
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user