aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-04-19 08:16:50 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-04-19 08:16:50 +0000
commitcc5f39274baa39a679fe867ae20fc6a4094759c3 (patch)
tree2625ffd30f46d27531c752433430b38f9be34865
parent26521f49a777bb9e68a2db3315f1b17734a330a0 (diff)
downloadports-cc5f39274baa39a679fe867ae20fc6a4094759c3.tar.gz
ports-cc5f39274baa39a679fe867ae20fc6a4094759c3.zip
Notes
-rw-r--r--textproc/gxditview/Makefile9
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 \