aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2006-01-24 05:13:46 +0800
committerlinimon <linimon@FreeBSD.org>2006-01-24 05:13:46 +0800
commit55df03feef60e33947300d4f21ffaf320adde7e6 (patch)
treec5a4bd26e480ab62ccc00d393c9ad8b9571a8670
parent4d681b53547e3f6911cb8983a61efac102b4cf28 (diff)
downloadfreebsd-ports-gnome-55df03feef60e33947300d4f21ffaf320adde7e6.tar.gz
freebsd-ports-gnome-55df03feef60e33947300d4f21ffaf320adde7e6.tar.zst
freebsd-ports-gnome-55df03feef60e33947300d4f21ffaf320adde7e6.zip
Back out last change while problem is being investigated.
Noticed by: krion Hat: portmgr Pointy hat: edwin
-rw-r--r--misc/fortune-mod-culmea-culmilor/Makefile.fortune4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/fortune-mod-culmea-culmilor/Makefile.fortune b/misc/fortune-mod-culmea-culmilor/Makefile.fortune
index bf87d329c18d..1aab580ede3b 100644
--- a/misc/fortune-mod-culmea-culmilor/Makefile.fortune
+++ b/misc/fortune-mod-culmea-culmilor/Makefile.fortune
@@ -40,6 +40,6 @@ post-install:
${ECHO_CMD} ${_FORTUNE_DIR}/${FORTUNE_FILE_O} >> ${TMPPLIST}; \
${ECHO_CMD} ${_FORTUNE_DIR}/${FORTUNE_FILE_O}.dat >> ${TMPPLIST}; \
fi
- @${ECHO_CMD} "@dirrmtry ${_FORTUNE_DIR}" >> ${TMPPLIST}
- @${ECHO_CMD} "@dirrmtry share/games" >> ${TMPPLIST}
+ @${ECHO_CMD} "@unexec rmdir %D/${_FORTUNE_DIR} 2>/dev/null || true" >> ${TMPPLIST}
+ @${ECHO_CMD} "@unexec rmdir %D/share/games 2>/dev/null || true" >> ${TMPPLIST}
@${CAT} ${PKGMESSAGE}