svn commit: r434641 - head/net/freebsd-uucp
Dirk Meyer
dinoex at FreeBSD.org
Wed Feb 22 20:58:40 UTC 2017
Author: dinoex
Date: Wed Feb 22 20:58:38 2017
New Revision: 434641
URL: https://svnweb.freebsd.org/changeset/ports/434641
Log:
- fix option VAR_LOG
PR: 217285
Modified:
head/net/freebsd-uucp/Makefile
Modified: head/net/freebsd-uucp/Makefile
==============================================================================
--- head/net/freebsd-uucp/Makefile Wed Feb 22 20:41:50 2017 (r434640)
+++ head/net/freebsd-uucp/Makefile Wed Feb 22 20:58:38 2017 (r434641)
@@ -84,5 +84,8 @@ pre-install:
post-install:
${MKDIR} ${STAGEDIR}${PREFIX}/info
${INSTALL_DATA} ${WRKSRC}/uucp/doc/uucp.info ${STAGEDIR}${PREFIX}/info/
+.if ${PORT_OPTIONS:MVAR_LOG}
+ ${MKDIR} ${STAGEDIR}/var/log/uucp
+.endif
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list