1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

- support staging

This commit is contained in:
Jason Helfman 2013-09-26 14:53:55 +00:00
parent f9045f8f2b
commit f7e3015924
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328370

View File

@ -21,14 +21,8 @@ PLIST_FILES= bin/fluxbg \
SUB_FILES= pkg-message
SUB_LIST= PORTNAME=${PORTNAME}
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g ; \
s|/usr/X11R6|${LOCALBASE}|g' ${WRKSRC}/src/fluxbg_conf.cc
post-install:
@${ECHO_CMD}
@${CAT} ${PKGMESSAGE}
@${ECHO_CMD}
.include <bsd.port.mk>