diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-09-17 06:30:34 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-09-17 06:30:34 +0000 |
commit | 27e019d82836fbbede7cae95d14b98ef982e48a0 (patch) | |
tree | c3a33339c1d87ca88ce5af68dc409b6c018c727e /graphics/png | |
parent | Add 2 manpages. (diff) |
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: |