diff options
author | bland <bland@FreeBSD.org> | 2004-12-21 14:47:43 +0800 |
---|---|---|
committer | bland <bland@FreeBSD.org> | 2004-12-21 14:47:43 +0800 |
commit | f91ebc3961668ea8be280e665b9d7fe271b8b85a (patch) | |
tree | 1298d2abcec82731c7b2941c30217896d68115a9 | |
parent | 284462814956996cc39a701a5e4965d555067810 (diff) | |
download | freebsd-ports-gnome-f91ebc3961668ea8be280e665b9d7fe271b8b85a.tar.gz freebsd-ports-gnome-f91ebc3961668ea8be280e665b9d7fe271b8b85a.tar.zst freebsd-ports-gnome-f91ebc3961668ea8be280e665b9d7fe271b8b85a.zip |
Fix xml syntax in OMF files.
-rw-r--r-- | accessibility/gnopernicus/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/accessibility/gnopernicus/Makefile b/accessibility/gnopernicus/Makefile index 156a9449bd92..bafc1568f22c 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> |