summaryrefslogtreecommitdiff
path: root/graphics/libungif/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2000-12-06 17:14:12 +0000
committerjlam <jlam@pkgsrc.org>2000-12-06 17:14:12 +0000
commitf1c0cc874474593368c19ea2b1b2fc616f70ee94 (patch)
tree8bc5605597458d10a8e06bc46a44498bb6d9c404 /graphics/libungif/Makefile
parent0f52a134a14b678b0808ed0b7b7a445bbb63a1ea (diff)
downloadpkgsrc-f1c0cc874474593368c19ea2b1b2fc616f70ee94.tar.gz
We have a ${PREFIX}/share/doc/html directory for HTML documentation, so
use it.
Diffstat (limited to 'graphics/libungif/Makefile')
-rw-r--r--graphics/libungif/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/libungif/Makefile b/graphics/libungif/Makefile
index b4632d41a42..a90ef00910c 100644
--- a/graphics/libungif/Makefile
+++ b/graphics/libungif/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2000/07/25 04:55:41 jlam Exp $
+# $NetBSD: Makefile,v 1.8 2000/12/06 17:14:13 jlam Exp $
#
DISTNAME= libungif-4.1.0
@@ -19,6 +19,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-x
DOCDIR= ${PREFIX}/share/doc/libungif
+HTMLDIR= ${PREFIX}/share/doc/html/libungif
.include "../../mk/bsd.prefs.mk"
@@ -39,6 +40,7 @@ post-install:
done
${INSTALL_DATA_DIR} ${DOCDIR}
cd ${WRKSRC}; ${INSTALL_DATA} COPYING UNCOMPRESSED_GIF ${DOCDIR}
- cd ${WRKSRC}/doc; ${INSTALL_DATA} *.html *.txt *.png ${DOCDIR}
+ ${INSTALL_DATA_DIR} ${HTMLDIR}
+ cd ${WRKSRC}/doc; ${INSTALL_DATA} *.html *.txt *.png ${HTMLDIR}
.include "../../mk/bsd.pkg.mk"