diff options
author | Maho Nakata <maho@FreeBSD.org> | 2004-07-07 02:22:38 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2004-07-07 02:22:38 +0000 |
commit | 307ffeaa9eda49ebd4bd5186246d49a9b24b323e (patch) | |
tree | f42c2a50130c4d1cd6945141591a14bf8bb0a2f7 /lang | |
parent | (note automake15 not yet connected to the build) (diff) |
Fix version number
Submitted by: eik via chkversion <eik+chkversion@FreeBSD.org>
Pointy hat to: myself
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ifc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/ifc/Makefile b/lang/ifc/Makefile index 75a2add85335..f2e3709b5ea5 100644 --- a/lang/ifc/Makefile +++ b/lang/ifc/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ifc -PORTVERSION= 8.0.046.p049.1 +PORTVERSION= 8.0.046p049.1 CATEGORIES= lang linux devel MASTER_SITES= DISTNAME= l_fc_pc_${PORTVERSION:C/\.p.+$//} |