summaryrefslogtreecommitdiff
path: root/mk/alternatives.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/alternatives.mk')
-rw-r--r--mk/alternatives.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/alternatives.mk b/mk/alternatives.mk
index aa1866ed359..e3217357570 100644
--- a/mk/alternatives.mk
+++ b/mk/alternatives.mk
@@ -1,4 +1,4 @@
-# $NetBSD: alternatives.mk,v 1.6 2006/03/14 01:14:35 jlam Exp $
+# $NetBSD: alternatives.mk,v 1.7 2006/06/15 22:13:59 jlam Exp $
#
# This Makefile fragment handles the alternatives system, registering a
# package in the database.
@@ -49,8 +49,8 @@ EVAL_PREFIX+= PREFIX.pkg_alternatives=pkg_alternatives
PREFIX.alternatives_DEFAULT= ${LOCALBASE}
PKG_ALTERNATIVES= ${PREFIX.pkg_alternatives}/sbin/pkg_alternatives
-INSTALL_TEMPLATE+= ${WRKDIR}/.altinstall
-DEINSTALL_TEMPLATE+= ${WRKDIR}/.altdeinstall
+INSTALL_TEMPLATES+= ${WRKDIR}/.altinstall
+DEINSTALL_TEMPLATES+= ${WRKDIR}/.altdeinstall
.endif