aboutsummaryrefslogtreecommitdiff
path: root/textproc/gxditview
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2000-12-13 10:42:53 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2000-12-13 10:42:53 +0000
commitecc3153c77327fcde46dc3be7de8dd0a5367cdc2 (patch)
tree755df9da58d4056b12dc5cfeda4c874253648e3b /textproc/gxditview
parent3138f27b2384395e0d670a0d68491e7eaa2613a3 (diff)
downloadports-ecc3153c77327fcde46dc3be7de8dd0a5367cdc2.tar.gz
ports-ecc3153c77327fcde46dc3be7de8dd0a5367cdc2.zip
Notes
Diffstat (limited to 'textproc/gxditview')
-rw-r--r--textproc/gxditview/Makefile2
-rw-r--r--textproc/gxditview/pkg-plist1
-rw-r--r--textproc/gxditview/scripts/pre-configure4
3 files changed, 4 insertions, 3 deletions
diff --git a/textproc/gxditview/Makefile b/textproc/gxditview/Makefile
index af19c12e8bdf..4b15e738b5dc 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 2a69adab1dfd..8dd322314419 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 4bde3eb12e31..9645d477977c 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