Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Sep 2015 22:40:54 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r395919 - head/x11-wm/e16
Message-ID:  <201509022240.t82Mespf069029@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Sep  2 22:40:54 2015
New Revision: 395919
URL: https://svnweb.freebsd.org/changeset/ports/395919

Log:
  - Add LICENSE_FILE
  - Switch to options helpers
  
  Approved by:	portmgr blanket

Modified:
  head/x11-wm/e16/Makefile

Modified: head/x11-wm/e16/Makefile
==============================================================================
--- head/x11-wm/e16/Makefile	Wed Sep  2 22:40:29 2015	(r395918)
+++ head/x11-wm/e16/Makefile	Wed Sep  2 22:40:54 2015	(r395919)
@@ -10,6 +10,7 @@ MAINTAINER=	enlightenment@FreeBSD.org
 COMMENT=	Enlightenment DR16 window manager
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libImlib2.so:${PORTSDIR}/graphics/imlib2
 
@@ -37,14 +38,12 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-dependency-tracking \
 		--disable-rpath --enable-mans SHELL=/bin/sh
 
-.include <bsd.port.options.mk>
-
 post-patch:
-.if !${PORT_OPTIONS:MDOCS}
-	${REINPLACE_CMD} -e '/^SUBDIRS/s|docs ||' \
-	    ${WRKSRC}/Makefile.am ${WRKSRC}/Makefile.in
-.endif
 	${REINPLACE_CMD} -e 's|$$(USER)|${SHAREOWN}:${SHAREGRP}|g' \
 	    ${WRKSRC}/themes/Makefile.am ${WRKSRC}/themes/Makefile.in
 
+post-patch-DOCS-off:
+	${REINPLACE_CMD} -e '/^SUBDIRS/s|docs ||' \
+	    ${WRKSRC}/Makefile.am ${WRKSRC}/Makefile.in
+
 .include <bsd.port.mk>



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