summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2013-09-26 14:53:55 +0000
committerJason Helfman <jgh@FreeBSD.org>2013-09-26 14:53:55 +0000
commitf7e301592468eca3c5363b0be6ded7df028bd457 (patch)
treed3da6c292fdf4f521ee0b5d9a9c8eafcc87c6b9d /x11
parent- Partial revert of r328226: These ports are not stage safe as they (diff)
- support staging
Notes
Notes: svn path=/head/; revision=328370
Diffstat (limited to 'x11')
-rw-r--r--x11/fluxbg/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/x11/fluxbg/Makefile b/x11/fluxbg/Makefile
index a106070c9b34..c89b6f95b439 100644
--- a/x11/fluxbg/Makefile
+++ b/x11/fluxbg/Makefile
@@ -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>