From 1677f97aa26c838254a6818de8cfcfd86c746dfb Mon Sep 17 00:00:00 2001 From: edwin 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) --- www/coppermine/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'www/coppermine/Makefile') diff --git a/www/coppermine/Makefile b/www/coppermine/Makefile index 7e890c0c3938..82d53e89e924 100644 --- a/www/coppermine/Makefile +++ b/www/coppermine/Makefile @@ -87,7 +87,6 @@ build-plist: ${FIND} ${DOCSDIR} -type d | \ ${SED} -e 's|${DOCSDIR}|%%PORTDOCS%%@dirrm %%DOCSDIR%%|' | \ ${SORT} -r >> pkg-plist - ${ECHO} "@unexec rmdir %D/%%CPGDIR%% 2>/dev/null || true" \ - >> pkg-plist + ${ECHO} "@dirrmtry %%CPGDIR%%" >> pkg-plist .include -- cgit