diff options
Diffstat (limited to 'devel/fc++/Makefile')
-rw-r--r-- | devel/fc++/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/fc++/Makefile b/devel/fc++/Makefile index 38b0d4d952b8..16a885bf5f3c 100644 --- a/devel/fc++/Makefile +++ b/devel/fc++/Makefile @@ -5,7 +5,7 @@ PORTNAME= fc++ PORTVERSION= 1.5 CATEGORIES= devel MASTER_SITES= http://people.cs.umass.edu/~yannis/fc++/ -DISTNAME= ${PORTNAME:U}.${PORTVERSION} +DISTNAME= ${PORTNAME:tu}.${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Functional Programming in C++ |