diff options
author | ade <ade@FreeBSD.org> | 2000-07-04 23:18:29 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-07-04 23:18:29 +0800 |
commit | 9ba4720fb4d17363d218f654ce7d67bfc5bb28a2 (patch) | |
tree | bb4d90ff921bf6b9501b0f40de6d3503f1e5986e /graphics/png | |
parent | 78bd91a8dd118602a2271f8cad3b723541750038 (diff) | |
download | freebsd-ports-gnome-9ba4720fb4d17363d218f654ce7d67bfc5bb28a2.tar.gz freebsd-ports-gnome-9ba4720fb4d17363d218f654ce7d67bfc5bb28a2.tar.zst freebsd-ports-gnome-9ba4720fb4d17363d218f654ce7d67bfc5bb28a2.zip |
At MAN3, s/libpng.4/libpng.3/
Excessive number of 4's instead of 3's by: sobomax
Diffstat (limited to 'graphics/png')
-rw-r--r-- | graphics/png/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile index 1a8b1a2e4fc2..16aac1cee717 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -27,7 +27,7 @@ SHLIB_VER= 4 MAKE_ENV= SHLIB_VER="${SHLIB_VER}" PLIST_SUB= SHLIB_VER="${SHLIB_VER}" -MAN3= libpng.4 libpngpf.3 +MAN3= libpng.3 libpngpf.3 MAN5= png.5 do-configure: |