diff options
author | mi <mi@FreeBSD.org> | 2006-08-16 08:04:20 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2006-08-16 08:04:20 +0800 |
commit | 16c5a9a3928a08578f2a64b6bf9da31c1b30af30 (patch) | |
tree | 73a1f763616d0ae8681495c96815bc4340415c3b | |
parent | 245ee7e359f92a88c9073bf9a125827fcea663a5 (diff) | |
download | freebsd-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/Makefile | 4 | ||||
-rw-r--r-- | devel/libgpc/Makefile | 4 |
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 |