Date: Fri, 21 Apr 2017 11:04:23 +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: r439055 - head/x11-wm/wmii-devel Message-ID: <201704211104.v3LB4Ngu047847@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Fri Apr 21 11:04:23 2017 New Revision: 439055 URL: https://svnweb.freebsd.org/changeset/ports/439055 Log: - Fix shebangs - Don't install LICENSE with docs Modified: head/x11-wm/wmii-devel/Makefile head/x11-wm/wmii-devel/pkg-plist Modified: head/x11-wm/wmii-devel/Makefile ============================================================================== --- head/x11-wm/wmii-devel/Makefile Fri Apr 21 11:03:55 2017 (r439054) +++ head/x11-wm/wmii-devel/Makefile Fri Apr 21 11:04:23 2017 (r439055) @@ -3,7 +3,7 @@ PORTNAME= wmii PORTVERSION= 3.9.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm MASTER_SITES= http://dl.suckless.org/wmii/ PKGNAMESUFFIX= -devel @@ -19,7 +19,8 @@ LIB_DEPENDS= libixp.so:devel/libixp CONFLICTS= wmii-[0-9]* -USES= pkgconfig tar:tbz +USES= pkgconfig python:run shebangfix tar:tbz +SHEBANG_FILES= alternative_wmiircs/python/wmiirc USE_XORG= x11 xext xrandr xrender xinerama xft MAKE_ARGS= PREFIX="${PREFIX}" INCLUDE="${LOCALBASE}/include" \ @@ -36,6 +37,7 @@ post-patch: ${WRKSRC}/config.mk post-install: + @${RM} ${STAGEDIR}${DOCSDIR}/LICENSE .for f in bin/wimenu bin/wmii bin/wmii9menu bin/wmiir lib/libwmii_hack.so @${STRIP_CMD} ${STAGEDIR}${PREFIX}/${f} .endfor Modified: head/x11-wm/wmii-devel/pkg-plist ============================================================================== --- head/x11-wm/wmii-devel/pkg-plist Fri Apr 21 11:03:55 2017 (r439054) +++ head/x11-wm/wmii-devel/pkg-plist Fri Apr 21 11:04:23 2017 (r439055) @@ -33,7 +33,6 @@ man/man1/wimenu.1.gz man/man1/wmii.1.gz man/man1/wmii9menu.1.gz man/man1/wmiir.1.gz -%%PORTDOCS%%%%DOCSDIR%%/LICENSE %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/alternative_wmiircs/README %%PORTDOCS%%%%DOCSDIR%%/alternative_wmiircs/plan9port/README
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704211104.v3LB4Ngu047847>