diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2006-05-01 16:46:23 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2006-05-01 16:46:23 +0000 |
commit | ea2bb0c79f84fa6a303f205a4cf8623ff836960e (patch) | |
tree | 95816f031bf0bc5656c55aa59c69134494ceff5c /textproc/c2html/Makefile | |
parent | 24bc09a3a2bc17bee55c3e9252d2943fc5cadc9f (diff) |
Update to 0.9.5
Use DOCSDIR macro in plist.
PR: ports/96586
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
Notes
Notes:
svn path=/head/; revision=161096
Diffstat (limited to 'textproc/c2html/Makefile')
-rw-r--r-- | textproc/c2html/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/c2html/Makefile b/textproc/c2html/Makefile index 984c84eb62a4..c7bdfd24a99b 100644 --- a/textproc/c2html/Makefile +++ b/textproc/c2html/Makefile @@ -6,7 +6,7 @@ # PORTNAME= c2html -PORTVERSION= 0.9.2 +PORTVERSION= 0.9.5 CATEGORIES= textproc www MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/www/converters |