diff options
author | jgh <jgh@FreeBSD.org> | 2013-09-26 22:53:55 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2013-09-26 22:53:55 +0800 |
commit | 56ad8ed109392f71d3b2a8883c684ab2cb9cac78 (patch) | |
tree | d3da6c292fdf4f521ee0b5d9a9c8eafcc87c6b9d /x11/fluxbg | |
parent | d67c9d11d388a4feae34997255ee91eb8a260344 (diff) | |
download | freebsd-ports-gnome-56ad8ed109392f71d3b2a8883c684ab2cb9cac78.tar.gz freebsd-ports-gnome-56ad8ed109392f71d3b2a8883c684ab2cb9cac78.tar.zst freebsd-ports-gnome-56ad8ed109392f71d3b2a8883c684ab2cb9cac78.zip |
- support staging
Diffstat (limited to 'x11/fluxbg')
-rw-r--r-- | x11/fluxbg/Makefile | 6 |
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> |