diff options
author | ru <ru@FreeBSD.org> | 2000-12-13 10:42:53 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2000-12-13 10:42:53 +0000 |
commit | aec978e34538652ac3a23b5340be652b84295b8a (patch) | |
tree | c08c2d58681c79cca10e838ecb384ef759d3e28e /textproc | |
parent | c47e8fe9321341e9149b1f12d462f399d63df38b (diff) | |
download | FreeBSD-ports-aec978e34538652ac3a23b5340be652b84295b8a.zip FreeBSD-ports-aec978e34538652ac3a23b5340be652b84295b8a.tar.gz |
Unbreak this port after upgrade to Groff 1.16.1.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/gxditview/Makefile | 2 | ||||
-rw-r--r-- | textproc/gxditview/pkg-plist | 1 | ||||
-rw-r--r-- | textproc/gxditview/scripts/pre-configure | 4 |
3 files changed, 4 insertions, 3 deletions
diff --git a/textproc/gxditview/Makefile b/textproc/gxditview/Makefile index af19c12..4b15e73 100644 --- a/textproc/gxditview/Makefile +++ b/textproc/gxditview/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gxditview -PORTVERSION= 1.10 +PORTVERSION= 1.16.1 CATEGORIES= textproc DISTFILES= # none diff --git a/textproc/gxditview/pkg-plist b/textproc/gxditview/pkg-plist index 2a69ada..8dd3223 100644 --- a/textproc/gxditview/pkg-plist +++ b/textproc/gxditview/pkg-plist @@ -1,2 +1,3 @@ bin/gxditview lib/X11/app-defaults/GXditview +lib/X11/doc/html/gxditview.1.html diff --git a/textproc/gxditview/scripts/pre-configure b/textproc/gxditview/scripts/pre-configure index 4bde3eb..9645d47 100644 --- a/textproc/gxditview/scripts/pre-configure +++ b/textproc/gxditview/scripts/pre-configure @@ -9,5 +9,5 @@ cd $WRKSRC sed -e 's|^GROFF_LIBDIR.*|GROFF_LIBDIR=/usr/share|' \ -e 's|^GROFF_FONTDIR.*|GROFF_FONTDIR=/usr/share/groff_font|' \ -e 's|^GROFF_FONTPATH.*|GROFF_FONTPATH=.:$(GROFF_FONTDIR)|' \ - Imakefile > Imakefile.new -mv Imakefile.new Imakefile + -e "s|@srcdir@|${WRKSRC}|" \ + Imakefile.in > Imakefile |