diff options
author | kevlo <kevlo@FreeBSD.org> | 2002-04-20 07:46:18 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2002-04-20 07:46:18 +0000 |
commit | f65b1a5d0efe02a65c8bdb7aa63eec965a1bc50c (patch) | |
tree | 1654fcb613abd9ce3fa8c8ca3a8f4416384f87cf /textproc/source-highlight/Makefile | |
parent | 12f68a1357b0ec37ad684ba557fa28f466f683be (diff) | |
download | FreeBSD-ports-f65b1a5d0efe02a65c8bdb7aa63eec965a1bc50c.zip FreeBSD-ports-f65b1a5d0efe02a65c8bdb7aa63eec965a1bc50c.tar.gz |
Update to version 1.3
Diffstat (limited to 'textproc/source-highlight/Makefile')
-rw-r--r-- | textproc/source-highlight/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/source-highlight/Makefile b/textproc/source-highlight/Makefile index dce792f..292a6be 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> |