aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/pkg/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ports-mgmt/pkg/Makefile')
-rw-r--r--ports-mgmt/pkg/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports-mgmt/pkg/Makefile b/ports-mgmt/pkg/Makefile
index 87f2655dce94..11c9268fde26 100644
--- a/ports-mgmt/pkg/Makefile
+++ b/ports-mgmt/pkg/Makefile
@@ -108,10 +108,10 @@ IGNORE= not supported on 7.x or early 8.0
PERIODIC_DAILY= 400.status-pkg 411.pkg-backup 490.status-pkg-changes
PERIODIC_SECURITY= 410.pkg-audit 460.pkg-checksum
-PERIDIC_ALL= ${PERIODIC_DAILY} ${PERIODIC_SECURITY}
+PERIODIC_ALL= ${PERIODIC_DAILY} ${PERIODIC_SECURITY}
post-install:
-.for periodic in ${PERIDIC_ALL}
+.for periodic in ${PERIODIC_ALL}
@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/scripts/periodic/${periodic}
.endfor
@${MKDIR} ${PREFIX}/etc/periodic/security