From 31c571faf739e322d06034907b9f79ad607062cc Mon Sep 17 00:00:00 2001 From: brad Date: Sun, 27 Jan 2002 03:09:11 +0000 Subject: [PATCH] reorder source files in alpha order and add missing pnggccrd.c --- graphics/png/files/makefile.openbsd | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/graphics/png/files/makefile.openbsd b/graphics/png/files/makefile.openbsd index efda5e5d033..6192fa47cd6 100644 --- a/graphics/png/files/makefile.openbsd +++ b/graphics/png/files/makefile.openbsd @@ -10,9 +10,9 @@ SHLIB_MAJOR= 3 SHLIB_MINOR= 0 LIB= png -SRCS= png.c pngset.c pngget.c pngrutil.c pngtrans.c pngwutil.c \ - pngread.c pngrio.c pngwio.c pngwrite.c pngrtran.c \ - pngwtran.c pngmem.c pngerror.c pngpread.c +SRCS= png.c pngerror.c pnggccrd.c pngget.c pngmem.c pngpread.c \ + pngread.c pngrio.c pngrtran.c pngrutil.c pngset.c pngtrans.c \ + pngwio.c pngwrite.c pngwtran.c pngwutil.c HDRS= png.h pngconf.h @@ -59,7 +59,7 @@ beforeinstall: afterinstall: @rm -f ${DESTDIR}${LIBDIR}/libpng_pic.a @rm -f ${DESTDIR}${LIBDIR}/debug/libpng.a - rmdir ${DESTDIR}${LIBDIR}/debug 2>/dev/null || true + @rmdir ${DESTDIR}${LIBDIR}/debug 2>/dev/null || true ${INSTALL} ${INSTALL_COPY} -o ${SHAREOWN} -g ${SHAREGRP} \ -m ${NONBINMODE} ${HDRS} ${DESTDIR}${PREFIX}/include ${INSTALL} ${INSTALL_COPY} -o ${SHAREOWN} -g ${SHAREGRP} \