diff options
author | edwin <edwin@FreeBSD.org> | 2005-11-25 11:25:00 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-11-25 11:25:00 +0800 |
commit | 8aff53b4c4a765e9d3c9d21e94468f65f3a6363c (patch) | |
tree | 643977f0536474110478ca961becfeccb00741cf /graphics | |
parent | 1b2395bc01da17f7a6ca2b7da4a387d8f77f0f3a (diff) | |
download | freebsd-ports-gnome-8aff53b4c4a765e9d3c9d21e94468f65f3a6363c.tar.gz freebsd-ports-gnome-8aff53b4c4a765e9d3c9d21e94468f65f3a6363c.tar.zst freebsd-ports-gnome-8aff53b4c4a765e9d3c9d21e94468f65f3a6363c.zip |
big whitespace cleanup (see ports/65409)
PR: ports/65828
Submitted by: trevor
Approved by: ache
Diffstat (limited to 'graphics')
-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 c1e80546ebb6..5089ef4821bb 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -20,7 +20,7 @@ PATCH_SITES= ${MASTER_SITES} MAINTAINER= ache@FreeBSD.org COMMENT= Library for manipulating PNG images -MAKEFILE= ${WRKSRC}/scripts/makefile.freebsd +MAKEFILE= ${WRKSRC}/scripts/makefile.freebsd ALL_TARGET= all libpng-config test MAKE_FLAGS= ccopts="${CFLAGS}" ldopts="${LDFLAGS}" -f INSTALLS_SHLIB= yes |