Unbreak this port after upgrade to Groff 1.16.1.
This commit is contained in:
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
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= gxditview
|
||||
PORTVERSION= 1.10
|
||||
PORTVERSION= 1.16.1
|
||||
CATEGORIES= textproc
|
||||
DISTFILES= # none
|
||||
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
bin/gxditview
|
||||
lib/X11/app-defaults/GXditview
|
||||
lib/X11/doc/html/gxditview.1.html
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue