summaryrefslogtreecommitdiff
path: root/graphics/tiff
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2004-04-24 18:24:56 +0000
committertv <tv@pkgsrc.org>2004-04-24 18:24:56 +0000
commite0d96890ea193187885386f438c46b9c55a36679 (patch)
tree032a5905cd349fa410c7c3a24b131f21db52bebb /graphics/tiff
parent8674364dbfa5a0b8d74863c92e14200dfface5a4 (diff)
downloadpkgsrc-e0d96890ea193187885386f438c46b9c55a36679.tar.gz
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 (limited to 'graphics/tiff')
-rw-r--r--graphics/tiff/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile
index c6bf6c9538c..b9ff17b0567 100644
--- a/graphics/tiff/Makefile
+++ b/graphics/tiff/Makefile
@@ -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 @@ CONFIGURE_ENV+= ENVOPTS="${CFLAGS} ${CPPFLAGS}"
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