aboutsummaryrefslogtreecommitdiff
path: root/x11-fm/xdiskusage/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-03-28 00:46:11 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-03-28 00:46:11 +0000
commitbba35900f7087a5dc76f1f8095788f645a385ca7 (patch)
tree400227a04dc9d24e4ebdbf1987499f0de3dcf507 /x11-fm/xdiskusage/Makefile
parent4fb428a895de300a5d7c8b4a03d9e21d5953a637 (diff)
downloadports-bba35900f7087a5dc76f1f8095788f645a385ca7.tar.gz
ports-bba35900f7087a5dc76f1f8095788f645a385ca7.zip
- Fix incorrect df command invocation which makes the port unusable
- While here, silence patching and clean up pkg-descr PR: 207190 Submitted by: kalten@gmx.at
Notes
Notes: svn path=/head/; revision=412024
Diffstat (limited to 'x11-fm/xdiskusage/Makefile')
-rw-r--r--x11-fm/xdiskusage/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-fm/xdiskusage/Makefile b/x11-fm/xdiskusage/Makefile
index 9890437f5890..728ba2582a70 100644
--- a/x11-fm/xdiskusage/Makefile
+++ b/x11-fm/xdiskusage/Makefile
@@ -3,6 +3,7 @@
PORTNAME= xdiskusage
PORTVERSION= 1.51
+PORTREVISION= 1
CATEGORIES= x11-fm
MASTER_SITES= http://xdiskusage.sourceforge.net/ \
http://www.gnu-darwin.org/distfiles/
@@ -20,9 +21,9 @@ LDFLAGS+= `fltk-config --ldflags`
PLIST_FILES= bin/xdiskusage man/man1/xdiskusage.1.gz
post-patch:
- ${REINPLACE_CMD} -e '/^configure:/d; /autoconf/d' \
+ @${REINPLACE_CMD} -e '/^configure:/d; /autoconf/d' \
${WRKSRC}/Makefile
- ${REINPLACE_CMD} -e '/@CXXFLAGS@/s|$$| ${CXXFLAGS}|' \
+ @${REINPLACE_CMD} -e '/@CXXFLAGS@/s|$$| ${CXXFLAGS}|' \
${WRKSRC}/makeinclude.in
do-install: