diff options
author | joerg <joerg@pkgsrc.org> | 2007-07-24 13:58:35 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-07-24 13:58:35 +0000 |
commit | 6095fcb5a5bd487c3a9bf73296b68a3f659a6ab0 (patch) | |
tree | b1c884d847998563adbfa5a8ad05ee1a56c939fd | |
parent | 8793c3428c1d066be00867563f026f121b95dbe3 (diff) | |
download | pkgsrc-6095fcb5a5bd487c3a9bf73296b68a3f659a6ab0.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.
-rw-r--r-- | misc/dotfile/Makefile | 5 |
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} |