aboutsummaryrefslogtreecommitdiffstats
path: root/www/coppermine/Makefile
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2006-01-22 14:28:59 +0800
committeredwin <edwin@FreeBSD.org>2006-01-22 14:28:59 +0800
commit1677f97aa26c838254a6818de8cfcfd86c746dfb (patch)
tree2c27fc7a03a5b890cdd90d621e595a87209475e6 /www/coppermine/Makefile
parent9a0941e0406efa462ec7e72b9a3422d5f60a1506 (diff)
downloadfreebsd-ports-gnome-1677f97aa26c838254a6818de8cfcfd86c746dfb.tar.gz
freebsd-ports-gnome-1677f97aa26c838254a6818de8cfcfd86c746dfb.tar.zst
freebsd-ports-gnome-1677f97aa26c838254a6818de8cfcfd86c746dfb.zip
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@ PR: ports/88711 (related)
Diffstat (limited to 'www/coppermine/Makefile')
-rw-r--r--www/coppermine/Makefile3
1 files changed, 1 insertions, 2 deletions
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 <bsd.port.mk>