- Remove empty directory

This commit is contained in:
Dmitry Marakasov 2015-07-31 13:07:45 +00:00
parent c99880d6df
commit 34c8bea073
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=393306

View File

@ -24,4 +24,7 @@ post-configure:
@${REINPLACE_CMD} -E 's,(BIN|LIB)_DIR\),DESTDIR\)$$\(&,g' \
${WRKSRC}/Makefile
post-install:
@${RMDIR} ${STAGEDIR}${PREFIX}/lib/dict
.include <bsd.port.mk>