Don't violate stagedir

Reported by:	poudriere
With hat:	portmgr
This commit is contained in:
Antoine Brodin 2014-04-01 17:23:56 +00:00
parent aa8d500704
commit c35f26d77a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349862

View file

@ -107,6 +107,6 @@ post-patch:
# Create plugins directory even when no plugins are installed
post-install:
@${MKDIR} ${PREFIX}/lib/xchat/plugins
@${MKDIR} ${STAGEDIR}${PREFIX}/lib/xchat/plugins
.include <bsd.port.mk>