diff options
author | tg <tg@FreeBSD.org> | 1998-09-17 14:30:34 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-09-17 14:30:34 +0800 |
commit | 5432c57d4fcc7c585ae7e6ba2249949c1d51af03 (patch) | |
tree | e77346eb0de574438111a367166cc0e5fb0b80bf /graphics/png | |
parent | 0e85712e9ebccb8fc5dd1c2392d8d7efc9c9aa65 (diff) | |
download | freebsd-ports-gnome-5432c57d4fcc7c585ae7e6ba2249949c1d51af03.tar.gz freebsd-ports-gnome-5432c57d4fcc7c585ae7e6ba2249949c1d51af03.tar.zst freebsd-ports-gnome-5432c57d4fcc7c585ae7e6ba2249949c1d51af03.zip |
Typo (libpng.2 -> libpng.3).
Diffstat (limited to 'graphics/png')
-rw-r--r-- | graphics/png/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile index ee7bd91fe595..24e99b305e12 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -3,7 +3,7 @@ # Date created: 5 Dec 1995 # Whom: ache # -# $Id: Makefile,v 1.14 1998/09/14 19:43:12 markm Exp $ +# $Id: Makefile,v 1.15 1998/09/17 00:50:48 asami Exp $ # DISTNAME= libpng-1.0.2 @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.uu.net/graphics/png/src/ MAINTAINER= ache@FreeBSD.org -MAN3= libpng.2 libpngpf.3 +MAN3= libpng.3 libpngpf.3 MAN5= png.5 do-configure: |