svn commit: r389179 - head/x11-themes/fvwm-themes

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jun 11 10:17:12 UTC 2015


Author: amdmi3
Date: Thu Jun 11 10:17:11 2015
New Revision: 389179
URL: https://svnweb.freebsd.org/changeset/ports/389179

Log:
  - Add LICENSE
  - Fix shebangs
  - Add NO_ARCH
  
  MFH:		2015Q2

Modified:
  head/x11-themes/fvwm-themes/Makefile

Modified: head/x11-themes/fvwm-themes/Makefile
==============================================================================
--- head/x11-themes/fvwm-themes/Makefile	Thu Jun 11 09:36:58 2015	(r389178)
+++ head/x11-themes/fvwm-themes/Makefile	Thu Jun 11 10:17:11 2015	(r389179)
@@ -3,7 +3,7 @@
 
 PORTNAME=	fvwm-themes
 PORTVERSION=	0.7.0
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	x11-themes
 MASTER_SITES=	SF
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX} \
@@ -12,13 +12,19 @@ DISTFILES=	${DISTNAME}${EXTRACT_SUFX} \
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Themes for the Fvwm2 window manager
 
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 BUILD_DEPENDS=	gm4:${PORTSDIR}/devel/m4 \
 		fvwm2:${PORTSDIR}/x11-wm/fvwm2
 RUN_DEPENDS=	fvwm2:${PORTSDIR}/x11-wm/fvwm2
 
 USE_XORG=	xpm
-USES=		perl5 gmake tar:bzip2
+USES=		gmake perl5 shebangfix tar:bzip2
+SHEBANG_FILES=	themes/cde/modules/create-buttonbar-config \
+		themes/redmondxp/modules/FvwmThemesPanelManager
 GNU_CONFIGURE=	yes
+NO_ARCH=	yes
 
 post-install:
 	@cd ${WRKDIR}/${PORTNAME}-extra-${PORTVERSION} && ${FIND} . | \


More information about the svn-ports-all mailing list