diff options
author | hq <hq@FreeBSD.org> | 2005-12-06 18:17:00 +0800 |
---|---|---|
committer | hq <hq@FreeBSD.org> | 2005-12-06 18:17:00 +0800 |
commit | 274163048b3d0256d7e70051d65cc0abde988e8c (patch) | |
tree | 64df749f51e8a1a392f12a8d8e10169aeed398e7 /textproc/nux/Makefile | |
parent | 9b84ccd3ac7be5cdf508908be99409c22e67e0d4 (diff) | |
download | freebsd-ports-gnome-274163048b3d0256d7e70051d65cc0abde988e8c.tar.gz freebsd-ports-gnome-274163048b3d0256d7e70051d65cc0abde988e8c.tar.zst freebsd-ports-gnome-274163048b3d0256d7e70051d65cc0abde988e8c.zip |
Update to 1.4
Diffstat (limited to 'textproc/nux/Makefile')
-rw-r--r-- | textproc/nux/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/nux/Makefile b/textproc/nux/Makefile index dff0f9d8c4bc..96abf9d4c827 100644 --- a/textproc/nux/Makefile +++ b/textproc/nux/Makefile @@ -6,7 +6,7 @@ # PORTNAME= nux -PORTVERSION= 1.3 +PORTVERSION= 1.4 PORTEPOCH= 1 CATEGORIES= textproc java MASTER_SITES= http://dsd.lbl.gov/nux-download/releases/ @@ -38,7 +38,7 @@ PLIST_FILES+= bin/fire-xquery .if !defined(NOPORTDOCS) PORTDOCS= api changelog.html cvs.html dependencies.html \ gettingstarted.html images index.html license.html licenses \ - mailing.html readme.html style.css todo.html + mailing.html readme.html related.html style.css todo.html .endif .if defined(WITH_XQUERY_TOOL) |