diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2005-10-20 11:47:25 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2005-10-20 11:47:25 +0000 |
commit | 944e4980c1f6566e9eb21fc982d7c05448610f0b (patch) | |
tree | 70bfb7ee7b37e1cb87b46c8a5caef83eea7d4d17 /textproc/gxditview | |
parent | f1225673dd67355c8b534ff6aedc0fdebd590f98 (diff) | |
download | ports-944e4980c1f6566e9eb21fc982d7c05448610f0b.tar.gz ports-944e4980c1f6566e9eb21fc982d7c05448610f0b.zip |
Silence portlint somewhat.
Notes
Notes:
svn path=/head/; revision=145931
Diffstat (limited to 'textproc/gxditview')
-rw-r--r-- | textproc/gxditview/Makefile | 9 |
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) |