summaryrefslogtreecommitdiffstats
path: root/accessibility/gnopernicus
diff options
context:
space:
mode:
authorbland <bland@FreeBSD.org>2004-12-21 06:47:43 +0000
committerbland <bland@FreeBSD.org>2004-12-21 06:47:43 +0000
commitf91ebc3961668ea8be280e665b9d7fe271b8b85a (patch)
tree1298d2abcec82731c7b2941c30217896d68115a9 /accessibility/gnopernicus
parent284462814956996cc39a701a5e4965d555067810 (diff)
downloadFreeBSD-ports-f91ebc3961668ea8be280e665b9d7fe271b8b85a.zip
FreeBSD-ports-f91ebc3961668ea8be280e665b9d7fe271b8b85a.tar.gz
Fix xml syntax in OMF files.
Diffstat (limited to 'accessibility/gnopernicus')
-rw-r--r--accessibility/gnopernicus/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/accessibility/gnopernicus/Makefile b/accessibility/gnopernicus/Makefile
index 156a944..bafc156 100644
--- a/accessibility/gnopernicus/Makefile
+++ b/accessibility/gnopernicus/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gnopernicus
PORTVERSION= 0.9.19
+PORTREVISION= 1
CATEGORIES= accessibility x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.9
@@ -21,6 +22,7 @@ USE_BZIP2= yes
USE_X_PREFIX= yes
INSTALLS_OMF= yes
USE_GMAKE= yes
+USE_REINPLACE= yes
USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui atspi gnomespeech
USE_LIBTOOL_VER=15
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
@@ -31,4 +33,9 @@ GCONF_SCHEMAS= brlmonitor.schemas gnopernicus.schemas remote.schemas
SHLIB_VERSION= 19
PLIST_SUB= SHLIB_VERSION=${SHLIB_VERSION}
+post-patch:
+ @${REINPLACE_CMD} -e 's|^F||' \
+ ${WRKSRC}/help/braille_monitor/C/brlmonitor-C.omf \
+ ${WRKSRC}/help/braille_monitor/es/brlmonitor-es.omf
+
.include <bsd.port.mk>
OpenPOWER on IntegriCloud