aboutsummaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-02 22:40:54 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-02 22:40:54 +0000
commitab14de878b776b9ead8c17bc3fae14d731055fdf (patch)
tree4efb17390e56f8c422ab67c3864ac06b7db2a9d9 /x11-wm
parentc435c06bc689fc36e0ace7811a8fe35c68eaef2c (diff)
downloadports-ab14de878b776b9ead8c17bc3fae14d731055fdf.tar.gz
ports-ab14de878b776b9ead8c17bc3fae14d731055fdf.zip
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/e16/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/x11-wm/e16/Makefile b/x11-wm/e16/Makefile
index f7c6fb46d5b3..b562bd64aa77 100644
--- a/x11-wm/e16/Makefile
+++ b/x11-wm/e16/Makefile
@@ -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>