diff options
author | ru <ru@FreeBSD.org> | 2001-04-19 16:16:50 +0800 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-04-19 16:16:50 +0800 |
commit | 3435f04fc25d307b64223fe57666b3faa66ae1dc (patch) | |
tree | b7a971d48578df990776eda82c37b2e5451e420a /textproc | |
parent | a727a872cab7e6d38cc2758ea091af1417664959 (diff) | |
download | freebsd-ports-gnome-3435f04fc25d307b64223fe57666b3faa66ae1dc.tar.gz freebsd-ports-gnome-3435f04fc25d307b64223fe57666b3faa66ae1dc.tar.zst freebsd-ports-gnome-3435f04fc25d307b64223fe57666b3faa66ae1dc.zip |
Upgrade for Groff 1.17.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/gxditview/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/textproc/gxditview/Makefile b/textproc/gxditview/Makefile index 1a68da13db1f..365b7f130552 100644 --- a/textproc/gxditview/Makefile +++ b/textproc/gxditview/Makefile @@ -6,7 +6,6 @@ # PORTNAME= gxditview -PORTVERSION= 1.16.1 CATEGORIES= textproc DISTFILES= # none @@ -17,7 +16,13 @@ WRKSRC= ${WRKDIR}/${DISTNAME} USE_IMAKE= yes MAN1= gxditview.1 -GXDVSRC?= /usr/src/contrib/groff/xditview +.if exists(/usr/src/contrib/groff/src/xditview) +GXDVSRC= /usr/src/contrib/groff/src/xditview +PORTVERSION= 1.17 +.else +GXDVSRC= /usr/src/contrib/groff/xditview +PORTVERSION= 1.16.1 +.endif do-extract: @if [ ! -d ${GXDVSRC} ]; then \ |