diff options
Diffstat (limited to 'devel/libg++')
-rw-r--r-- | devel/libg++/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/libg++/Makefile b/devel/libg++/Makefile index caf8d5722170..e3ea962f2d37 100644 --- a/devel/libg++/Makefile +++ b/devel/libg++/Makefile @@ -1,13 +1,13 @@ # ex:ts=8 # Ports collection makefile for: GNU glib++ -# Version required: 0.0 # Date created: Wed, 23 Feb 2000 # Whom: David O'Brien <obrien@NUXI.com> # # $FreeBSD$ # -DISTNAME= libg++-2.8.1.3 +PORTNAME= libg++ +PORTVERSION= 2.8.1.3 CATEGORIES= devel MASTER_SITES= http://www.m-hollstein.de/libgxx/ \ ftp://ftp.valinux.com/pub/support/hjl/ \ @@ -17,7 +17,7 @@ MASTER_SITES= http://www.m-hollstein.de/libgxx/ \ ${MASTER_SITE_GNU} PATCH_SITES= http://www.m-hollstein.de/libgxx/ -PATCHFILES= libg++-2.8.1.3-20000312.diff.gz +PATCHFILES= ${DISTNAME}-20000312.diff.gz PATCH_DIST_STRIP= -p1 MAINTAINER= obrien@FreeBSD.org |