Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jan 2014 13:26:13 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r340034 - head/x11-clocks/emiclock
Message-ID:  <201401171326.s0HDQDmp088708@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Jan 17 13:26:12 2014
New Revision: 340034
URL: http://svnweb.freebsd.org/changeset/ports/340034
QAT: https://qat.redports.org/buildarchive/r340034/

Log:
  Reduce over inclusion of bsd.port.mk

Modified:
  head/x11-clocks/emiclock/Makefile

Modified: head/x11-clocks/emiclock/Makefile
==============================================================================
--- head/x11-clocks/emiclock/Makefile	Fri Jan 17 13:22:17 2014	(r340033)
+++ head/x11-clocks/emiclock/Makefile	Fri Jan 17 13:26:12 2014	(r340034)
@@ -20,7 +20,7 @@ EMICLOCKDIR=	${LOCALBASE}/lib/X11/EmiClo
 
 PORTDOCS=	COPYRIGHT COPYRIGHT.en
 
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
 
 .if ${ARCH} != "i386"
 PLIST_SUB=	SOUND="@comment "
@@ -28,17 +28,13 @@ PLIST_SUB=	SOUND="@comment "
 PLIST_SUB=	SOUND=""
 .endif
 
-.include <bsd.port.options.mk>
-
 post-install:
 	@${MKDIR} ${STAGEDIR}${EMICLOCKDIR}
 	@${MKDIR} ${STAGEDIR}${LANGDIR}
 	@${MKDIR} ${STAGEDIR}${LANGDIR2}
 	cd ${WRKSRC} && ${INSTALL_DATA} ${LANGRES} ${STAGEDIR}${LANGDIR}/EmiClock
 	cd ${WRKSRC} && ${INSTALL_DATA} ${LANGRES} ${STAGEDIR}${LANGDIR2}/EmiClock
-.if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	cd ${WRKSRC}; ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
-.endif
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



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