Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Jul 2018 06:24:18 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r473653 - head/sysutils/panicmail
Message-ID:  <201807010624.w616OIhI068301@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Jul  1 06:24:17 2018
New Revision: 473653
URL: https://svnweb.freebsd.org/changeset/ports/473653

Log:
  Do not include bsd.port.mk twice

Modified:
  head/sysutils/panicmail/Makefile

Modified: head/sysutils/panicmail/Makefile
==============================================================================
--- head/sysutils/panicmail/Makefile	Sun Jul  1 05:22:27 2018	(r473652)
+++ head/sysutils/panicmail/Makefile	Sun Jul  1 06:24:17 2018	(r473653)
@@ -27,4 +27,4 @@ do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/panicmail ${STAGEDIR}${PREFIX}/etc/rc.d/
 	${INSTALL_DATA} ${WRKSRC}/cperciva-panicmail.pem ${STAGEDIR}${PREFIX}/etc
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>



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