summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorjoerg <joerg>2007-07-24 13:58:35 +0000
committerjoerg <joerg>2007-07-24 13:58:35 +0000
commit23b564977f9abba2db7b980651be67bdb5d3763b (patch)
treeb1c884d847998563adbfa5a8ad05ee1a56c939fd /misc
parentf5381aadb74c672d0c11287e4ec94fc21844b19b (diff)
downloadpkgsrc-23b564977f9abba2db7b980651be67bdb5d3763b.tar.gz
Add missing directory. This still fails to interpreter check, e.g.
due to a missing csh dependency and many .in files getting installed.
Diffstat (limited to 'misc')
-rw-r--r--misc/dotfile/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/dotfile/Makefile b/misc/dotfile/Makefile
index dff0826cf36..cb8e24d9ec4 100644
--- a/misc/dotfile/Makefile
+++ b/misc/dotfile/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2006/12/01 20:41:22 rillig Exp $
+# $NetBSD: Makefile,v 1.31 2007/07/24 13:58:35 joerg Exp $
DISTNAME= dotfile-2.4.1
PKGREVISION= 2
@@ -22,11 +22,12 @@ GNU_CONFIGURE= yes
NO_BUILD= yes
MAKE_FLAGS+= mandir=${PREFIX}/${PKGMANDIR}/man1
+INSTALLATION_DIRS= bin share/doc/${PKGNAME_NOREV}
+
pre-install:
rm -f ${WRKSRC}/Generator/makeHelp.orig
post-install:
- ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/${PKGNAME_NOREV}
cd ${WRKSRC:Q}/Doc && ${PAX} -rw . ${PREFIX}/share/doc/${PKGNAME_NOREV}
${CHOWN} -R ${ROOT_USER}:${ROOT_GROUP} ${PREFIX}/share/doc/${PKGNAME_NOREV}