aboutsummaryrefslogtreecommitdiffstats
path: root/ports-mgmt/pkg
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2013-05-02 03:17:59 +0800
committerBryan Drewery <bdrewery@FreeBSD.org>2013-05-02 03:17:59 +0800
commit9363964e162df4588a0bc6920b5e39f09357cfc1 (patch)
tree31eafe9a77a7ddfc50cfa96d796533155fbf2dbe /ports-mgmt/pkg
parentd12bc1cea78d9b729141246684186b2667005572 (diff)
downloadfreebsd-ports-gnome-9363964e162df4588a0bc6920b5e39f09357cfc1.tar.gz
freebsd-ports-gnome-9363964e162df4588a0bc6920b5e39f09357cfc1.tar.zst
freebsd-ports-gnome-9363964e162df4588a0bc6920b5e39f09357cfc1.zip
- Fix typo (does not affect build or package)
Submitted by: ohauer With hat: portmgr
Diffstat (limited to 'ports-mgmt/pkg')
-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