diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-09-27 01:44:04 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-09-27 01:44:04 +0000 |
commit | 0267306a18a8d23927db0b03cc482c58731972c6 (patch) | |
tree | d6f0296007ebd471cfd3df3ba2123f08ec7b97c2 /sysutils/ccze/Makefile | |
parent | Backout ports/56837 (diff) |
- Fix options parsing
- Bump PORTREVISION
PR: 57253
Submitted by: Nicolas Jombart <ecu@ipv42.net>
Notes
Notes:
svn path=/head/; revision=89496
Diffstat (limited to 'sysutils/ccze/Makefile')
-rw-r--r-- | sysutils/ccze/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/ccze/Makefile b/sysutils/ccze/Makefile index 1da059db3d9c..9d4962921883 100644 --- a/sysutils/ccze/Makefile +++ b/sysutils/ccze/Makefile @@ -7,6 +7,7 @@ PORTNAME= ccze PORTVERSION= 0.2.1 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ftp://bonehunter.rulez.org/pub/ccze/stable/ |