From 186c2e326cb8f9a0f44b44cdbf6314e0999b346e Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Sun, 22 Jan 2006 06:28:59 +0000 Subject: Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry Approved by: krion@ PR: ports/88711 (related) --- x11-clocks/bbdate/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'x11-clocks') diff --git a/x11-clocks/bbdate/Makefile b/x11-clocks/bbdate/Makefile index 3400fb5029f3..435757d2e5fc 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 -- cgit v1.2.3