diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2002-01-21 15:34:34 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2002-01-21 15:34:34 +0000 |
commit | c9b62fecd84890f29058414edf44eea03a35da37 (patch) | |
tree | 0638818aab051b6f3861011aa79edb213ec33b2b /textproc/source-highlight/Makefile | |
parent | 2c7ac58b05c155c96d54055e922e27ed019eafa9 (diff) | |
download | ports-c9b62fecd84890f29058414edf44eea03a35da37.tar.gz ports-c9b62fecd84890f29058414edf44eea03a35da37.zip |
Notes
Diffstat (limited to 'textproc/source-highlight/Makefile')
-rw-r--r-- | textproc/source-highlight/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/source-highlight/Makefile b/textproc/source-highlight/Makefile index 81a66742f1e2..dce792f7ea7a 100644 --- a/textproc/source-highlight/Makefile +++ b/textproc/source-highlight/Makefile @@ -6,12 +6,12 @@ # PORTNAME= source-highlight -PORTVERSION= 1.1 +PORTVERSION= 1.2.1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= source-highlight -MAINTAINER= ports@FreeBSD.org +MAINTAINER= kevlo@FreeBSD.org GNU_CONFIGURE= yes .if defined(NOPORTDOCS) |