summaryrefslogtreecommitdiff
path: root/security/isakmpd
diff options
context:
space:
mode:
authorjlam <jlam>2017-05-21 06:49:09 +0000
committerjlam <jlam>2017-05-21 06:49:09 +0000
commit3c7792c7aa4dc2710fc139921215faf7ccdd50c5 (patch)
treed848bed327df3fcb434eb4e82d4091bd821f725f /security/isakmpd
parent9edb5ccf35d4834caf9255b8c1b572574227fba3 (diff)
downloadpkgsrc-3c7792c7aa4dc2710fc139921215faf7ccdd50c5.tar.gz
Remove unnecessary RCD_SCRIPT_WRK.<script> definitions.
RCD_SCRIPT_WRK.<script> was set previously to prevent a name conflict with ${WRKSRC} because in the past, it defaulted to ${WRKDIR}/<script>. This has since been changed to default to ${WRKDIR}/.rc.d/<script> to prevent unintended name collisions, which makes this definition no longer needed.
Diffstat (limited to 'security/isakmpd')
-rw-r--r--security/isakmpd/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/security/isakmpd/Makefile b/security/isakmpd/Makefile
index 2c0c9112103..d5f174be78c 100644
--- a/security/isakmpd/Makefile
+++ b/security/isakmpd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2016/04/12 08:08:46 wiz Exp $
+# $NetBSD: Makefile,v 1.53 2017/05/21 06:49:09 jlam Exp $
DISTNAME= isakmpd-20030903
PKGREVISION= 10
@@ -25,9 +25,7 @@ BUILD_TARGET= depend all
MAKE_ENV+= BINDIR=${PREFIX}/sbin MANDIR=${PREFIX}/${PKGMANDIR}
PKG_SYSCONFSUBDIR= isakmpd
-
RCD_SCRIPTS= isakmpd
-RCD_SCRIPT_WRK.isakmpd= ${WRKDIR}/isakmpd.sh
SUBST_CLASSES+= ssl
SUBST_STAGE.ssl= pre-configure