diff options
author | miwi <miwi@FreeBSD.org> | 2012-04-07 16:40:06 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2012-04-07 16:40:06 +0800 |
commit | 1c516ffe86c4b5be6b75c42d40901f3108e96f38 (patch) | |
tree | 6394963d509ac9e5c09d2cd31b3d40ebbe37b12b /x11-wm | |
parent | f72cfc0ff1a11c50dfcaa4425e8c062a13bb46b5 (diff) | |
download | freebsd-ports-gnome-1c516ffe86c4b5be6b75c42d40901f3108e96f38.tar.gz freebsd-ports-gnome-1c516ffe86c4b5be6b75c42d40901f3108e96f38.tar.zst freebsd-ports-gnome-1c516ffe86c4b5be6b75c42d40901f3108e96f38.zip |
- Fix build
- Add LICENSE
PR: 166054
Submitted by: Ports Fury
Feature safe: yes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/wmakerconf/Makefile | 6 |
1 files 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 <bsd.port.mk> |