aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-10-20 19:47:25 +0800
committerru <ru@FreeBSD.org>2005-10-20 19:47:25 +0800
commitf4e6b56da00b32fe299967fc856274efe3fc3c2c (patch)
treee88303400713fd4e7d548ebfba09816b790deb20 /textproc
parentdbcc6b49d34057273d5d8aa24bd000db1178f596 (diff)
downloadfreebsd-ports-gnome-f4e6b56da00b32fe299967fc856274efe3fc3c2c.tar.gz
freebsd-ports-gnome-f4e6b56da00b32fe299967fc856274efe3fc3c2c.tar.zst
freebsd-ports-gnome-f4e6b56da00b32fe299967fc856274efe3fc3c2c.zip
Silence portlint somewhat.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/gxditview/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/textproc/gxditview/Makefile b/textproc/gxditview/Makefile
index a0a84913f02f..cf0a4b93a33a 100644
--- a/textproc/gxditview/Makefile
+++ b/textproc/gxditview/Makefile
@@ -6,6 +6,7 @@
#
PORTNAME= gxditview
+PORTVERSION= ${GXDVVERSION}${GXDVREVISION}
CATEGORIES= textproc
DISTFILES= # none
@@ -17,12 +18,12 @@ PLIST_FILES= bin/gxditview lib/X11/app-defaults/GXditview
.if !exists(/usr/src/contrib/groff/src)
IGNORE= requires /usr/src/contrib/groff/src to build
-PORTVERSION= 1.16.1
-.endif
-
+GXDVVERSION= 1.16
+GXDVREVISION= .1
+.else
GXDVVERSION!= cat /usr/src/contrib/groff/VERSION
GXDVREVISION!= sed -e 's/^0$$//' -e 's/^[1-9].*$$/.&/' /usr/src/contrib/groff/REVISION
-PORTVERSION= ${GXDVVERSION}${GXDVREVISION}
+.endif
.if exists(/usr/src/contrib/groff/src/devices/xditview) && \
exists(/usr/src/gnu/usr.bin/groff/src/devices/xditview)