diff options
Diffstat (limited to 'www/coppermine/Makefile')
-rw-r--r-- | www/coppermine/Makefile | 3 |
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> |