diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:05:58 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:05:58 +0000 |
commit | 83f65384c9041fa9a31c84b5e21b643fa2bf97c6 (patch) | |
tree | 04cfd5800fc602ff72366f0defba3eae36ba98f4 /sysutils/ec2-scripts | |
parent | Fix NO_STAGE (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: sysutils)
Notes
Notes:
svn path=/head/; revision=327772
Diffstat (limited to 'sysutils/ec2-scripts')
-rw-r--r-- | sysutils/ec2-scripts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/ec2-scripts/Makefile b/sysutils/ec2-scripts/Makefile index e9c91324d086..565901dd5e4e 100644 --- a/sysutils/ec2-scripts/Makefile +++ b/sysutils/ec2-scripts/Makefile @@ -20,6 +20,7 @@ RC_SCRIPTS= ec2_bootmail ec2_ephemeralswap ec2_fetchkey \ PLIST_FILES+= etc/rc.d/$i .endfor +NO_STAGE= yes post-install: @for i in ${RC_SCRIPTS}; do \ ${INSTALL_SCRIPT} ${WRKSRC}/$${i} ${PREFIX}/etc/rc.d/$${i}; \ |