aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-09-03 06:40:54 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-09-03 06:40:54 +0800
commita3106995fcc8a9f25741281b13efb5f9545b0273 (patch)
tree4efb17390e56f8c422ab67c3864ac06b7db2a9d9 /x11-wm
parentfbca34eb0b6d8e48556a37f30aab79137b32cb81 (diff)
downloadfreebsd-ports-gnome-a3106995fcc8a9f25741281b13efb5f9545b0273.tar.gz
freebsd-ports-gnome-a3106995fcc8a9f25741281b13efb5f9545b0273.tar.zst
freebsd-ports-gnome-a3106995fcc8a9f25741281b13efb5f9545b0273.zip
- Add LICENSE_FILE
- Switch to options helpers Approved by: portmgr blanket
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>