1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- Simplify Makefile

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-07-06 17:46:26 +00:00
parent 01f33bef3a
commit fdc29d4288
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=391447

View File

@ -47,9 +47,7 @@ post-patch:
post-install:
${LN} -s libshp.so.1 ${STAGEDIR}${PREFIX}/lib/libshp.so
.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${STAGEDIR}${DOCSDIR}/
${INSTALL_DATA} ${WRKSRC}/web/*.html ${STAGEDIR}${DOCSDIR}/
.endif
.include <bsd.port.post.mk>