diff options
author | reed <reed@pkgsrc.org> | 2004-04-27 20:51:10 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2004-04-27 20:51:10 +0000 |
commit | 06e49aba4fe18f57de9dc3b2d192af2b4fbd4af0 (patch) | |
tree | e41af32a466d9347544da1f6f7831fadafd09ce0 /chat/ircd-hybrid/Makefile | |
parent | 2009bec8e92a38e4fdd5345e2966b8b31c6037ec (diff) | |
download | pkgsrc-06e49aba4fe18f57de9dc3b2d192af2b4fbd4af0.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/ircd-hybrid/Makefile')
-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 \ |