diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-22 23:33:47 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-22 23:33:47 +0000 |
commit | 235481b52a44969361f4c688e6e9d10798bd35d9 (patch) | |
tree | d4069fbea1d4f696753c9b5ab1500babadc62de2 /graphics/png | |
parent | 8b6def2e156a5db9ad4f6d2291f8421ebb21bd14 (diff) | |
download | ports-235481b52a44969361f4c688e6e9d10798bd35d9.tar.gz ports-235481b52a44969361f4c688e6e9d10798bd35d9.zip |
Notes
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 906a72108daa..7384737e5f82 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -3,7 +3,7 @@ # Date created: 5 Dec 1995 # Whom: ache # -# $Id: Makefile,v 1.16 1998/09/17 06:30:34 tg Exp $ +# $Id: Makefile,v 1.17 1999/01/21 18:06:22 vanilla Exp $ # DISTNAME= libpng-1.0.3 @@ -17,7 +17,7 @@ MAN3= libpng.3 libpngpf.3 MAN5= png.5 do-configure: - cd ${WRKSRC} && cp scripts/makefile.std Makefile + cd ${WRKSRC} && ${CP} scripts/makefile.std Makefile post-install: ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib |