diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-06-22 05:08:35 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-06-22 05:08:35 +0000 |
commit | 618ff875beab65b0f2ba09a73461dab529138494 (patch) | |
tree | 50aa61240e2bf76873b9a1dd5d333c4af62fcb7d /textproc/ctpp2/Makefile | |
parent | c3c18f51c28cf1b3cd6236f76dc9a870ee944060 (diff) | |
download | ports-618ff875beab65b0f2ba09a73461dab529138494.tar.gz ports-618ff875beab65b0f2ba09a73461dab529138494.zip |
Notes
Diffstat (limited to 'textproc/ctpp2/Makefile')
-rw-r--r-- | textproc/ctpp2/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/textproc/ctpp2/Makefile b/textproc/ctpp2/Makefile index b1c6cbdf5478..0538cba93ed0 100644 --- a/textproc/ctpp2/Makefile +++ b/textproc/ctpp2/Makefile @@ -1,12 +1,12 @@ -# New ports collection makefile for: ctpp2 -# Date created: 25 Jan 2008 -# Whom: reki@reki.ru (Andrei V. Shetuhin) +# New ports collection makefile for: ctpp2 +# Date created: 25 Jan 2008 +# Whom: reki@reki.ru (Andrei V. Shetuhin) # # $FreeBSD$ # PORTNAME= ctpp2 -PORTVERSION= 2.7.1 +PORTVERSION= 2.8.1 CATEGORIES= textproc devel MASTER_SITES= http://ctpp.havoc.ru/download/ @@ -20,6 +20,6 @@ USE_ICONV= yes PLIST_SUB+= PORTVERSION=${PORTVERSION} -MAN1= ctpp2c.1 ctpp2vm.1 ctpp2i.1 ctpp2json.1 ctpp2-config.1 +MAN1= ctpp2c.1 ctpp2vm.1 ctpp2i.1 ctpp2json.1 ctpp2-config.1 .include <bsd.port.mk> |