Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Feb 2017 20:58:38 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r434641 - head/net/freebsd-uucp
Message-ID:  <201702222058.v1MKwciM069200@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702222058.v1MKwciM069200>