diff options
author | knu <knu@FreeBSD.org> | 2002-12-16 17:24:54 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-12-16 17:24:54 +0800 |
commit | 5a349ed695914ad0541d85f95749b0343af2436e (patch) | |
tree | 5efba4abb71a3cb8cbe02f98911d3e4ed34af5e2 /devel/libg++/Makefile | |
parent | 9165e0b10647274463f693984198f285a7f0d949 (diff) | |
download | freebsd-ports-graphics-5a349ed695914ad0541d85f95749b0343af2436e.tar.gz freebsd-ports-graphics-5a349ed695914ad0541d85f95749b0343af2436e.tar.zst freebsd-ports-graphics-5a349ed695914ad0541d85f95749b0343af2436e.zip |
Remove a bogus line continuation and apply distributed patches
properly.
Diffstat (limited to 'devel/libg++/Makefile')
-rw-r--r-- | devel/libg++/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libg++/Makefile b/devel/libg++/Makefile index 3f1cea9e40b..aa15a51d9e7 100644 --- a/devel/libg++/Makefile +++ b/devel/libg++/Makefile @@ -16,7 +16,7 @@ MASTER_SITES= http://www.m-hollstein.de/libgxx/ \ ftp://ftp.ninemoons.com/pub/mirrors/egcs/infrastructure/ \ ${MASTER_SITE_GNU} -PATCH_SITES= http://www.cygnus.com/~manfredh/libgxx/ \ +PATCH_SITES= http://www.cygnus.com/~manfredh/libgxx/ PATCHFILES= ${DISTNAME}-20000312.diff.gz \ ${DISTNAME}-20000419.diff.gz \ ${DISTNAME}-20000816.diff.gz \ |