diff options
author | mat <mat@FreeBSD.org> | 2014-11-25 23:08:33 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2014-11-25 23:08:33 +0800 |
commit | f149383f3f95e346dca0fab191a0a7f986400fbf (patch) | |
tree | 7b28051f3b7afe3c6eab6a9eff2737ac30b4a8f2 | |
parent | b72bafd10da13e787397c9bee8f4cc611134528e (diff) | |
download | freebsd-ports-graphics-f149383f3f95e346dca0fab191a0a7f986400fbf.tar.gz freebsd-ports-graphics-f149383f3f95e346dca0fab191a0a7f986400fbf.tar.zst freebsd-ports-graphics-f149383f3f95e346dca0fab191a0a7f986400fbf.zip |
That was not supposed to go in.
Sponsored by: Absolight
-rw-r--r-- | sysutils/munin-master/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysutils/munin-master/Makefile b/sysutils/munin-master/Makefile index f67f360ae8a..6bacc077458 100644 --- a/sysutils/munin-master/Makefile +++ b/sysutils/munin-master/Makefile @@ -61,6 +61,5 @@ post-install: ) (cd ${STAGEDIR}${ETCDIR}; for i in `find . -type f`; do mv $$i $$i.sample; done) ${MV} ${STAGEDIR}${WWWDIR}/.htaccess ${STAGEDIR}${WWWDIR}/.htaccess.sample - @${RMDIR} ${STAGEDIR}${DBDIR} 2>/dev/null || : .include <bsd.port.mk> |