diff options
author | tv <tv@pkgsrc.org> | 2002-07-06 20:52:07 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2002-07-06 20:52:07 +0000 |
commit | 5238fe754544643e24b15c9b28a7b2cdd700304b (patch) | |
tree | 0ad7f2ea8d999d37b2430d074694466d177fd913 /comms/fidogate/Makefile | |
parent | 84428646d9b38631de651bdb092cbeba7641094b (diff) | |
download | pkgsrc-5238fe754544643e24b15c9b28a7b2cdd700304b.tar.gz |
Make the rc.d script more compliant.
Diffstat (limited to 'comms/fidogate/Makefile')
-rw-r--r-- | comms/fidogate/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/fidogate/Makefile b/comms/fidogate/Makefile index d0c8f4abf47..54f031d46f4 100644 --- a/comms/fidogate/Makefile +++ b/comms/fidogate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2002/07/06 20:15:51 tv Exp $ +# $NetBSD: Makefile,v 1.20 2002/07/06 20:52:07 tv Exp $ # DISTNAME= fidogate-4.4.5 @@ -17,6 +17,7 @@ MAKE_ENV= DEBUG="${CFLAGS} -Werror" CC="${CC} ${_STRIPFLAG_CC}" EGDIR= ${PREFIX}/share/examples CONF_FILES= ${EGDIR}/fidogate/fidogate.conf ${PKG_SYSCONFDIR}/fidogate/fidogate.conf +RCD_SCRIPTS= fidogate post-extract: @${CP} ${WRKSRC}/examples/orodruin/fidogate.conf \ |