devel/gps: Pet Jenkins by tweaking autogen plist

Don't attempt to remove directories owned by mtree.  No revbump necessary
because the attempt didn't hurt anything (or ever succeed).

Reported by:	swills
This commit is contained in:
John Marino 2014-05-01 18:16:36 +00:00
parent e432a01d92
commit 12731fc915
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=352763

View file

@ -124,7 +124,5 @@ post-install:
-e 's/^/@dirrm /g' >> ${TMPPLIST}
@echo "@unexec rmdir %D/share/gps/plug-ins 2>/dev/null || true" >> ${TMPPLIST}
@echo "@unexec rmdir %D/share/gps 2>/dev/null || true" >> ${TMPPLIST}
@echo "@unexec rmdir %D/share/examples 2>/dev/null || true" >> ${TMPPLIST}
@echo "@unexec rmdir %D/share/doc 2>/dev/null || true" >> ${TMPPLIST}
.include <bsd.port.mk>