diff options
author | edwin <edwin@FreeBSD.org> | 2006-01-22 06:28:59 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-01-22 06:28:59 +0000 |
commit | 1677f97aa26c838254a6818de8cfcfd86c746dfb (patch) | |
tree | 2c27fc7a03a5b890cdd90d621e595a87209475e6 /x11-clocks | |
parent | 9a0941e0406efa462ec7e72b9a3422d5f60a1506 (diff) | |
download | FreeBSD-ports-1677f97aa26c838254a6818de8cfcfd86c746dfb.zip FreeBSD-ports-1677f97aa26c838254a6818de8cfcfd86c746dfb.tar.gz |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related)
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/bbdate/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-clocks/bbdate/Makefile b/x11-clocks/bbdate/Makefile index 3400fb5..435757d 100644 --- a/x11-clocks/bbdate/Makefile +++ b/x11-clocks/bbdate/Makefile @@ -22,7 +22,6 @@ PLIST_FILES= bin/bbdate share/bbtools/README.bbdate \ share/bbtools/bbdate.style share/bbtools/bbtoolsrc.in post-install: - @${ECHO_CMD} "@unexec rmdir %D/share/bbtools 2>/dev/null || true" \ - >> ${TMPPLIST} + @${ECHO_CMD} "@dirrmtry share/bbtools" >> ${TMPPLIST} .include <bsd.port.mk> |