diff options
author | cube <cube@pkgsrc.org> | 2007-01-30 07:10:46 +0000 |
---|---|---|
committer | cube <cube@pkgsrc.org> | 2007-01-30 07:10:46 +0000 |
commit | 207e4583d6ee79f180e86f83305a4226817cb4b9 (patch) | |
tree | c210daf27ab05e29dfa7e19f63ce434b1226e6a4 /devel/rt3 | |
parent | 0d9cad1ded4f88ecc380f544dd712a71440bad64 (diff) | |
download | pkgsrc-207e4583d6ee79f180e86f83305a4226817cb4b9.tar.gz |
Don't install rt-crontool twice. Apparently Linux's install is not happy
about that.
Pointed out by Hugh Brown in pkg/35518.
Diffstat (limited to 'devel/rt3')
-rw-r--r-- | devel/rt3/Makefile.install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/rt3/Makefile.install b/devel/rt3/Makefile.install index 24e3ba22460..2cdd7262a74 100644 --- a/devel/rt3/Makefile.install +++ b/devel/rt3/Makefile.install @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.install,v 1.6 2006/06/03 10:40:34 seb Exp $ +# $NetBSD: Makefile.install,v 1.7 2007/01/30 07:10:46 cube Exp $ .include "dirs.mk" @@ -69,7 +69,7 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/bin/rt-mailgate ${WRKSRC}/bin/rt-crontool \ ${WRKSRC}/bin/mason_handler.fcgi ${WRKSRC}/bin/mason_handler.scgi \ ${WRKSRC}/bin/standalone_httpd ${WRKSRC}/bin/mason_handler.svc \ - ${WRKSRC}/bin/rt ${WRKSRC}/bin/webmux.pl ${WRKSRC}/bin/rt-crontool \ + ${WRKSRC}/bin/rt ${WRKSRC}/bin/webmux.pl \ ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/sbin/rt-dump-database \ ${WRKSRC}/sbin/rt-setup-database \ |