1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

- Simplify Makefile

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2013-11-30 09:58:36 +00:00
parent 595698acb3
commit 22999d7b08
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=335275

View File

@ -25,12 +25,8 @@ IPV6_CONFIGURE_ENABLE= ipv6
THREADS_CONFIGURE_ENABLE= threads
THREADS_LDFLAGS= -pthread
.include <bsd.port.options.mk>
post-install:
.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${STAGEDIR}${DOCSDIR}/
cd ${WRKSRC}/ && ${INSTALL_DATA} README doc/*.gif doc/*.html ${STAGEDIR}${DOCSDIR}/
.endif
.include <bsd.port.mk>