aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormi <mi@FreeBSD.org>2006-08-16 08:04:20 +0800
committermi <mi@FreeBSD.org>2006-08-16 08:04:20 +0800
commit16c5a9a3928a08578f2a64b6bf9da31c1b30af30 (patch)
tree73a1f763616d0ae8681495c96815bc4340415c3b
parent245ee7e359f92a88c9073bf9a125827fcea663a5 (diff)
downloadfreebsd-ports-gnome-16c5a9a3928a08578f2a64b6bf9da31c1b30af30.tar.gz
freebsd-ports-gnome-16c5a9a3928a08578f2a64b6bf9da31c1b30af30.tar.zst
freebsd-ports-gnome-16c5a9a3928a08578f2a64b6bf9da31c1b30af30.zip
Rename the package from gpc to libgpc -- to avoid conflicting with GNU Pascal
Compiler. Prompted by: kris The directory may be repo-copied too...
-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