pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/tiff Don't put plain comments in make command...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/468776e742dc
branches:  trunk
changeset: 473793:468776e742dc
user:      tv <tv%pkgsrc.org@localhost>
date:      Sat Apr 24 18:24:56 2004 +0000

description:
Don't put plain comments in make commands.  These can result in a nonzero
shell exit code, and thus a failure.

Move comments out of the list of commands.  (Alternately ${DO_NADA} could
have been used.)

diffstat:

 graphics/tiff/Makefile |  9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)

diffs (28 lines):

diff -r da40e656fd79 -r 468776e742dc graphics/tiff/Makefile
--- a/graphics/tiff/Makefile    Sat Apr 24 18:16:04 2004 +0000
+++ b/graphics/tiff/Makefile    Sat Apr 24 18:24:56 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2004/03/22 16:48:13 abs Exp $
+# $NetBSD: Makefile,v 1.52 2004/04/24 18:24:56 tv Exp $
 
 DISTNAME=      tiff-v3.6.1
 PKGNAME=       tiff-3.6.1
@@ -57,16 +57,13 @@
 
 INSTALLATION_DIRS=     share/doc/html
 
+# reference correct relative man page when using .so;
+# libtoolize build of TIFF tools
 post-patch:
-       # reference correct relative man page when using .so
-       #
        ${MV} ${WRKSRC}/man/Makefile.in ${WRKSRC}/man/Makefile.in.in
        ${SED}  -e "s,\$${MANDIR}\(.*\)\.\([0-9]\).,${PREFIX}/man/man\2/\1.\2,g" \
                -e "s,\$${MANDIR}\(.*\)\.\([0-9]\),${PREFIX}/man/man\2/\1.\2,g" \
                ${WRKSRC}/man/Makefile.in.in  > ${WRKSRC}/man/Makefile.in
-
-       # libtoolize build of TIFF tools
-       #
        ${MV} ${WRKSRC}/tools/Makefile.in ${WRKSRC}/tools/Makefile.in.in
        ${SED}  -e "s,\(\$${CC} -o\),\$${LIBTOOL} \1,g" \
                ${WRKSRC}/tools/Makefile.in.in  > ${WRKSRC}/tools/Makefile.in



Home | Main Index | Thread Index | Old Index