diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2012-09-01 13:29:03 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2012-09-01 13:29:03 +0000 |
commit | 7d80c68e745ff0f861a5e0d1061300edd58c54d0 (patch) | |
tree | b565ee2fce020b7763c10114874eaaf286f9b0cf /textproc/coccigrep | |
parent | 2055810e8854699fb80c1335f86dcad7954f82db (diff) |
Fix previous commit, some parts of patch was rejected
Notes
Notes:
svn path=/head/; revision=303475
Diffstat (limited to 'textproc/coccigrep')
-rw-r--r-- | textproc/coccigrep/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/textproc/coccigrep/Makefile b/textproc/coccigrep/Makefile index 760025a51d02..85a11d125056 100644 --- a/textproc/coccigrep/Makefile +++ b/textproc/coccigrep/Makefile @@ -1,12 +1,7 @@ -# New ports collection makefile for: coccigrep -# Date created: 2012-04-14 -# Whom: Pawel Pekala <pawel@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= coccigrep -PORTVERSION= 1.9 +PORTVERSION= 1.10 CATEGORIES= textproc MASTER_SITES= http://home.regit.org/wp-content/uploads/2011/08/ |