From d753897610a5248d86b3180f82edd21aa6d72979 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Sat, 7 Apr 2012 08:40:06 +0000 Subject: [PATCH] - Fix build - Add LICENSE PR: 166054 Submitted by: Ports Fury Feature safe: yes --- x11-wm/wmakerconf/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/x11-wm/wmakerconf/Makefile b/x11-wm/wmakerconf/Makefile index 28f310a6a3ba..ce4def995e47 100644 --- a/x11-wm/wmakerconf/Makefile +++ b/x11-wm/wmakerconf/Makefile @@ -16,11 +16,11 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A configuration tool for Window Maker +LICENSE= GPLv2 + LIB_DEPENDS= wraster.4:${PORTSDIR}/x11-wm/windowmaker RUN_DEPENDS= rpm:${PORTSDIR}/archivers/rpm -BROKEN= Does not build with wmaker 0.95.2 - WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_GNOME= gtk20 @@ -48,5 +48,7 @@ post-patch: .for file in data/po/ja.po po/ja.po @${REINPLACE_CMD} -e 's|JISX-0208-1983-0|euc-jp|g' ${WRKSRC}/${file} .endfor + @${FIND} ${WRKSRC}/src -name "*.c" | ${XARGS} ${REINPLACE_CMD} -e \ + '/WMWritePropListToFile/s|,[[:space:]]YES||g' .include