diff options
author | reed <reed> | 2004-04-27 20:51:10 +0000 |
---|---|---|
committer | reed <reed> | 2004-04-27 20:51:10 +0000 |
commit | 3d833ffae42a9e63df47ab3d2c4f0f7b51f47c5f (patch) | |
tree | e41af32a466d9347544da1f6f7831fadafd09ce0 /chat | |
parent | 6c9c08190bc2f687cc9e3295303553c29d63f3b7 (diff) | |
download | pkgsrc-3d833ffae42a9e63df47ab3d2c4f0f7b51f47c5f.tar.gz |
Installation of the RCD_SCRIPTS rc.d script is done automatic
here. So don't install it twice.
(Anyways, ${PREFIX}/etc/rc.d is not the correct location; the
RCD_SCRIPTS uses ${RCD_SCRIPTS_EXAMPLEDIR}.)
Diffstat (limited to 'chat')
-rw-r--r-- | chat/ircd-hybrid/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chat/ircd-hybrid/Makefile b/chat/ircd-hybrid/Makefile index 50e501cb719..1200fef824f 100644 --- a/chat/ircd-hybrid/Makefile +++ b/chat/ircd-hybrid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2004/04/11 16:08:55 snj Exp $ +# $NetBSD: Makefile,v 1.12 2004/04/27 20:51:10 reed Exp $ # DISTNAME= ircd-hybrid-6.2 @@ -139,7 +139,6 @@ post-build: > ${WRKDIR}/pkg-setup.txt post-install: - ${INSTALL_SCRIPT} ${WRKDIR}/ircd-hybrid ${PREFIX}/etc/rc.d/ircd-hybrid ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ircd-hybrid ${INSTALL_DATA} ${WRKDIR}/pkg-setup.txt ${PREFIX}/share/doc/ircd-hybrid/pkg-setup.txt for f in operguide.txt opermyth.txt; do \ |