diff options
author | markd <markd@pkgsrc.org> | 2005-01-16 20:00:05 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2005-01-16 20:00:05 +0000 |
commit | f194fdbb1e2b52724473c50db0771671cec91cad (patch) | |
tree | 4fe44fe51aea47bd353bbb9c804ea36ecc7c5494 /net/netatalk | |
parent | 079c898261ce5c0b54c1ea0319bb83993a4d13d7 (diff) | |
download | pkgsrc-f194fdbb1e2b52724473c50db0771671cec91cad.tar.gz |
Be explicit that the source for the rc scripts is not in files/ (the
package supplies them itself).
From Greg Woods by way of Jeremy Reed.
Diffstat (limited to 'net/netatalk')
-rw-r--r-- | net/netatalk/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net/netatalk/Makefile b/net/netatalk/Makefile index 41096dd5f41..a420913cf2b 100644 --- a/net/netatalk/Makefile +++ b/net/netatalk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2005/01/07 12:29:02 markd Exp $ +# $NetBSD: Makefile,v 1.37 2005/01/16 20:00:05 markd Exp $ DISTNAME= netatalk-2.0.2 CATEGORIES= net print @@ -29,6 +29,10 @@ CONF_FILES= ${EG_DIR}/AppleVolumes.default ${PKG_SYSCONFDIR}/AppleVolumes.defaul CONFLICTS= netatalk-asun-[0-9]* netatalk-umich-[0-9]* RCD_SCRIPTS= atalkd afpd papd timelord +RCD_SCRIPT_SRC.atalkd= # empty +RCD_SCRIPT_SRC.afpd= # empty +RCD_SCRIPT_SRC.papd= # empty +RCD_SCRIPT_SRC.timelord= # empty .include "../../mk/bsd.prefs.mk" |