Substitute for ${RCD_SCRIPTS_DIR} in MESSAGE files.
This commit is contained in:
parent
aebd1cda59
commit
ad8e5c1fab
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: bsd.pkg.install.mk,v 1.32 2002/10/08 11:31:24 jlam Exp $
|
||||
# $NetBSD: bsd.pkg.install.mk,v 1.33 2002/10/19 01:33:51 jlam Exp $
|
||||
#
|
||||
# This Makefile fragment is included by package Makefiles to use the common
|
||||
# INSTALL/DEINSTALL scripts. To use this Makefile fragment, simply:
|
||||
|
@ -158,6 +158,7 @@ FILES_SUBST+= RCD_SCRIPTS_MODE=${RCD_SCRIPTS_MODE}
|
|||
FILES_SUBST+= RCD_SCRIPTS_DIR=${RCD_SCRIPTS_DIR}
|
||||
FILES_SUBST+= RCD_SCRIPTS_EXAMPLEDIR=${RCD_SCRIPTS_EXAMPLEDIR}
|
||||
FILES_SUBST+= RCD_SCRIPTS_SHELL=${RCD_SCRIPTS_SHELL}
|
||||
MESSAGE_SUBST+= RCD_SCRIPTS_DIR=${RCD_SCRIPTS_DIR}
|
||||
|
||||
# OWN_DIRS contains a list of directories for this package that should be
|
||||
# created and should attempt to be destroyed by the INSTALL/DEINSTALL
|
||||
|
|
Loading…
Reference in a new issue