diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2002-04-20 07:46:18 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2002-04-20 07:46:18 +0000 |
commit | e9bfcea945f3d4e4d9bb55d81deb11fd43a64a2c (patch) | |
tree | 3696e85bd6ad5d3ce0114ec8ab2fc418bd93f5f9 /textproc/source-highlight | |
parent | 96541b032d936eb7678727021a80582460d0b895 (diff) | |
download | ports-e9bfcea945f3d4e4d9bb55d81deb11fd43a64a2c.tar.gz ports-e9bfcea945f3d4e4d9bb55d81deb11fd43a64a2c.zip |
Notes
Diffstat (limited to 'textproc/source-highlight')
-rw-r--r-- | textproc/source-highlight/Makefile | 4 | ||||
-rw-r--r-- | textproc/source-highlight/distinfo | 2 | ||||
-rw-r--r-- | textproc/source-highlight/pkg-plist | 4 |
3 files changed, 8 insertions, 2 deletions
diff --git a/textproc/source-highlight/Makefile b/textproc/source-highlight/Makefile index dce792f7ea7a..292a6be59715 100644 --- a/textproc/source-highlight/Makefile +++ b/textproc/source-highlight/Makefile @@ -6,7 +6,7 @@ # PORTNAME= source-highlight -PORTVERSION= 1.2.1 +PORTVERSION= 1.3 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= source-highlight @@ -18,4 +18,6 @@ GNU_CONFIGURE= yes MAKE_ENV+= NOPORTDOCS="${NOPORTDOCS}" .endif +MAN1= source-highlight.1 + .include <bsd.port.mk> diff --git a/textproc/source-highlight/distinfo b/textproc/source-highlight/distinfo index 02bdc2921eb5..6235d7ad692a 100644 --- a/textproc/source-highlight/distinfo +++ b/textproc/source-highlight/distinfo @@ -1 +1 @@ -MD5 (source-highlight-1.2.1.tar.gz) = 892a319aa14ea79d1f207b0c3f573388 +MD5 (source-highlight-1.3.tar.gz) = 625c7164596e28f3e9b85dd51ee02250 diff --git a/textproc/source-highlight/pkg-plist b/textproc/source-highlight/pkg-plist index cd5b85b73499..05cf9db9e6e0 100644 --- a/textproc/source-highlight/pkg-plist +++ b/textproc/source-highlight/pkg-plist @@ -1,5 +1,6 @@ bin/cpp2html bin/java2html +bin/source-highlight %%PORTDOCS%%share/doc/source-highlight/COPYING %%PORTDOCS%%share/doc/source-highlight/ChangeLog %%PORTDOCS%%share/doc/source-highlight/Hello.css @@ -24,8 +25,11 @@ bin/java2html %%PORTDOCS%%share/doc/source-highlight/cpp2html.css %%PORTDOCS%%share/doc/source-highlight/mono-alt.css %%PORTDOCS%%share/doc/source-highlight/mono.css +%%PORTDOCS%%share/doc/source-highlight/old_changes.html %%PORTDOCS%%share/doc/source-highlight/source-highlight.html %%PORTDOCS%%share/doc/source-highlight/startapp.cc.html +%%PORTDOCS%%share/doc/source-highlight/test.pl.html +%%PORTDOCS%%share/doc/source-highlight/test.pm.html share/source-highlight/tags.j2h share/source-highlight/tags2.j2h @dirrm share/source-highlight |