diff options
author | jlam <jlam@pkgsrc.org> | 2001-11-21 15:44:22 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-11-21 15:44:22 +0000 |
commit | cdec44e8b45de0bc434d6ccb4a6de69244e5e690 (patch) | |
tree | 8801bb5ed9083645a1438f300ec8a7a972d79d1e /security | |
parent | f1b957484f30f1b7c072af702ffb7253a9755563 (diff) | |
download | pkgsrc-cdec44e8b45de0bc434d6ccb4a6de69244e5e690.tar.gz |
RCD_SCRIPTS now just lists the filenames (see bsd.pkg.install.mk).
Diffstat (limited to 'security')
-rw-r--r-- | security/pks/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pks/Makefile b/security/pks/Makefile index 2ba54461767..12ef1627b38 100644 --- a/security/pks/Makefile +++ b/security/pks/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/11/21 15:14:02 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2001/11/21 15:44:23 jlam Exp $ DISTNAME= pks-0.9.4 CATEGORIES= security www @@ -28,7 +28,7 @@ CONFIGURE_ARGS+= --sysconfdir=${EGDIR} EGDIR= ${PREFIX}/share/examples CONF_FILES= ${EGDIR}/pksd.conf ${CONFDIR}/pksd.conf -RCD_SCRIPTS= ${PREFIX}/etc/rc.d/pksd /etc/rc.d/pksd +RCD_SCRIPTS= pksd OWN_DIRS= /var/pks /var/pks/db /var/pks/incoming pre-install: |