Remove mkdir line in post-install, this is a left over form the old pango

cache location.

PR:		196417
Submitted by:	sunpoet@
This commit is contained in:
Koop Mast 2015-01-01 16:35:24 +00:00
parent c992023d42
commit 823f8d67a9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=376000

View file

@ -59,9 +59,6 @@ pre-configure:
@${FALSE}
.endif
post-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/etc/pango/
.include <bsd.port.mk>
.endif