diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2006-08-16 00:04:20 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2006-08-16 00:04:20 +0000 |
commit | 730ba046407846dd62aa2ae4fd7d3b8c34ded10f (patch) | |
tree | cca65376dc02c757584b04bf433ca7a28ae01c74 /devel/libgpc | |
parent | 2e7759ebdbc769dbf222cc4d86d708e88bbed568 (diff) | |
download | ports-730ba046407846dd62aa2ae4fd7d3b8c34ded10f.tar.gz ports-730ba046407846dd62aa2ae4fd7d3b8c34ded10f.zip |
Notes
Diffstat (limited to 'devel/libgpc')
-rw-r--r-- | devel/libgpc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libgpc/Makefile b/devel/libgpc/Makefile index d5745e5f0bcb..47230fae338a 100644 --- a/devel/libgpc/Makefile +++ b/devel/libgpc/Makefile @@ -5,11 +5,11 @@ # $FreeBSD$ # -PORTNAME= gpc +PORTNAME= libgpc PORTVERSION= 2.32 CATEGORIES= devel math graphics MASTER_SITES= ftp://ftp.cs.man.ac.uk/pub/toby/gpc/ -DISTNAME= ${PORTNAME}${PORTVERSION:S/.//} +DISTNAME= gpc${PORTVERSION:S/.//} MAINTAINER= mi@aldan.algebra.com COMMENT= Generic Polygon Clipper |