diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 07:49:39 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 07:49:39 +0800 |
commit | b9a3b13e4b43a2ea13779932760512046d251eb2 (patch) | |
tree | e73b0ffb00d0d468757b9774feb6e0bb2645a639 /x11-fm/xdiskusage | |
parent | ee7d39c6d6bfc40bf297f6c47f542bff670a3cff (diff) | |
download | freebsd-ports-gnome-b9a3b13e4b43a2ea13779932760512046d251eb2.tar.gz freebsd-ports-gnome-b9a3b13e4b43a2ea13779932760512046d251eb2.tar.zst freebsd-ports-gnome-b9a3b13e4b43a2ea13779932760512046d251eb2.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: x11-fm)
Diffstat (limited to 'x11-fm/xdiskusage')
-rw-r--r-- | x11-fm/xdiskusage/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-fm/xdiskusage/Makefile b/x11-fm/xdiskusage/Makefile index 23a6c1c0e7df..efb6cbce6890 100644 --- a/x11-fm/xdiskusage/Makefile +++ b/x11-fm/xdiskusage/Makefile @@ -22,6 +22,7 @@ LDFLAGS+= `fltk-config --ldflags` PLIST_FILES= bin/xdiskusage MAN1= xdiskusage.1 +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e '22,24d' ${WRKSRC}/Makefile |