diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-04-08 15:04:36 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-04-08 15:04:36 +0000 |
commit | 1e210410e874789b6eddfbe52d859b455739e56e (patch) | |
tree | bfb0af640e45b274ea5c2f17ae4ab5489bb41ec7 /mail/columba | |
parent | c994249842598ab67ec0030bd8fcd7ca7d285cbd (diff) | |
download | pkgsrc-1e210410e874789b6eddfbe52d859b455739e56e.tar.gz |
Set INSTALLATION_DIRS=bin.
Diffstat (limited to 'mail/columba')
-rw-r--r-- | mail/columba/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/columba/Makefile b/mail/columba/Makefile index a4ff180e03b..79f81d58537 100644 --- a/mail/columba/Makefile +++ b/mail/columba/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/04/08 14:57:07 xtraeme Exp $ +# $NetBSD: Makefile,v 1.4 2004/04/08 15:04:36 jmmv Exp $ # DISTNAME= columba-unix-1.0_M2-bin @@ -24,6 +24,8 @@ SUBST_FILES.foo= run.sh SUBST_SED.foo= -e "s,columba.jar,${COLUMBA_BIN}," SUBST_MESSAGE.foo= "Fixing columba\'s executable path." +INSTALLATION_DIRS= bin + do-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/${PKGBASE}/lib ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/${PKGBASE} |