diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2008-08-20 02:53:10 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2008-08-20 02:53:10 +0000 |
commit | f8dc915e7d3a89ebe401025dc9591de9fdb07ea1 (patch) | |
tree | f0612def4592f31ca7c37f0e7c9db7e424cfd974 /textproc/source-highlight/Makefile | |
parent | 8aa23c6701998660a250139f68e80b82a4d18c93 (diff) |
Notes
Diffstat (limited to 'textproc/source-highlight/Makefile')
-rw-r--r-- | textproc/source-highlight/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/source-highlight/Makefile b/textproc/source-highlight/Makefile index 2afa866331c5..2964fc3747f4 100644 --- a/textproc/source-highlight/Makefile +++ b/textproc/source-highlight/Makefile @@ -7,6 +7,7 @@ PORTNAME= source-highlight PORTVERSION= 2.10 +PORTREVISION= 0 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= src-highlite @@ -26,7 +27,7 @@ MAKE_ENV+= NOPORTDOCS="${NOPORTDOCS}" USE_GMAKE= yes -MAN1= source-highlight.1 +MAN1= source-highlight.1 check-regexp.1 INFO= source-highlight .include <bsd.port.pre.mk> |