aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/gpc/Makefile4
-rw-r--r--devel/libgpc/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/gpc/Makefile b/devel/gpc/Makefile
index d5745e5f0bcb..47230fae338a 100644
--- a/devel/gpc/Makefile
+++ b/devel/gpc/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
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