summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-03-07 14:37:02 +0000
committerminskim <minskim@pkgsrc.org>2004-03-07 14:37:02 +0000
commit2a5445bbe4fce9f7810c831c4f2d1b4274e6a627 (patch)
treea6ebb324a7d9f437bff6ddfef9ef3eabdb096260 /graphics
parent2830a730483aab61e45f9adb24e6f09cd57c2421 (diff)
downloadpkgsrc-2a5445bbe4fce9f7810c831c4f2d1b4274e6a627.tar.gz
Create directories before installing man pages. Required by pkgviews
installation.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/mng/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/mng/Makefile b/graphics/mng/Makefile
index 707307f5908..a5153bcb4b7 100644
--- a/graphics/mng/Makefile
+++ b/graphics/mng/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2004/02/14 17:21:43 jlam Exp $
+# $NetBSD: Makefile,v 1.15 2004/03/07 14:37:02 minskim Exp $
DISTNAME= libmng-1.0.5
PKGNAME= ${DISTNAME:S/lib//}
@@ -23,6 +23,8 @@ CPPFLAGS+= ${BUILDLINK_CPPFLAGS.lcms}
DOCDIR= ${PREFIX}/share/doc/mng
+INSTALLATION_DIRS= man/man3 man/man5
+
post-install:
${INSTALL_DATA_DIR} ${DOCDIR}
cd ${WRKSRC}/doc && \