diff options
author | markd <markd> | 2005-01-16 20:00:05 +0000 |
---|---|---|
committer | markd <markd> | 2005-01-16 20:00:05 +0000 |
commit | 404f34e9cfa2b277539e7b6174507cf5de53a87f (patch) | |
tree | 4fe44fe51aea47bd353bbb9c804ea36ecc7c5494 /net | |
parent | 788fb3c2ffc079a11fcc9350ab1d8116257fc8d6 (diff) | |
download | pkgsrc-404f34e9cfa2b277539e7b6174507cf5de53a87f.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')
-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" |