diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 06:28:59 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 06:28:59 +0000 |
commit | 186c2e326cb8f9a0f44b44cdbf6314e0999b346e (patch) | |
tree | d6ef0b4cb3c1fa6a810fcdd9bfa232d1cf549823 /www/coppermine | |
parent | 6a77d20e05b80528dcd9a58bcc85fd76537a65da (diff) | |
download | ports-186c2e326cb8f9a0f44b44cdbf6314e0999b346e.tar.gz ports-186c2e326cb8f9a0f44b44cdbf6314e0999b346e.zip |
Notes
Diffstat (limited to 'www/coppermine')
-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> |