Unbreak this port after upgrade to Groff 1.16.1.

This commit is contained in:
Ruslan Ermilov 2000-12-13 10:42:53 +00:00
parent 3138f27b23
commit ecc3153c77
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35949
3 changed files with 4 additions and 3 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= gxditview
PORTVERSION= 1.10
PORTVERSION= 1.16.1
CATEGORIES= textproc
DISTFILES= # none

View file

@ -1,2 +1,3 @@
bin/gxditview
lib/X11/app-defaults/GXditview
lib/X11/doc/html/gxditview.1.html

View file

@ -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