diff options
author | xtraeme <xtraeme> | 2004-04-08 14:57:07 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-04-08 14:57:07 +0000 |
commit | 7697669bd70d4fe110be5ab076cbfe79ee3ab22e (patch) | |
tree | 917931b8c324c2b89e300a32938353de0bfae15b | |
parent | a78f51e6ee102716a02c3ba60f658efce02a108d (diff) | |
download | pkgsrc-7697669bd70d4fe110be5ab076cbfe79ee3ab22e.tar.gz |
Another minor change, remove one superflous line.
-rw-r--r-- | mail/columba/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/columba/Makefile b/mail/columba/Makefile index bc5ac3d610b..a4ff180e03b 100644 --- a/mail/columba/Makefile +++ b/mail/columba/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/04/08 14:55:53 xtraeme Exp $ +# $NetBSD: Makefile,v 1.3 2004/04/08 14:57:07 xtraeme Exp $ # DISTNAME= columba-unix-1.0_M2-bin @@ -25,7 +25,6 @@ SUBST_SED.foo= -e "s,columba.jar,${COLUMBA_BIN}," SUBST_MESSAGE.foo= "Fixing columba\'s executable path." do-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/${PKGBASE} ${INSTALL_DATA_DIR} ${PREFIX}/share/${PKGBASE}/lib ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/${PKGBASE} ${INSTALL_DATA} ${WRKSRC}/lib/* ${PREFIX}/share/${PKGBASE}/lib |