From ccdabbd3019f72d5d1b5ee94d0f5c2f41c8ece3b Mon Sep 17 00:00:00 2001 From: Matthew Seaman Date: Fri, 27 Sep 2013 08:06:39 +0000 Subject: [PATCH] - Stageify --- mail/sa-utils/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/mail/sa-utils/Makefile b/mail/sa-utils/Makefile index e42874f9d2f7..d98e5119fbd6 100644 --- a/mail/sa-utils/Makefile +++ b/mail/sa-utils/Makefile @@ -24,7 +24,6 @@ PERIODIC_DAILY= etc/periodic/daily PLIST_FILES= ${PERIODIC_DAILY}/sa-utils PLIST_DIRS= ${PERIODIC_DAILY} ${PERIODIC_DAILY:H} -NO_STAGE= yes .include .if ${PORT_OPTIONS:MSACOMPILE} @@ -35,8 +34,8 @@ SUB_LIST+= SACOMPILE=NO .endif do-install: - ${MKDIR} ${PREFIX}/${PERIODIC_DAILY}/ + ${MKDIR} ${STAGEDIR}${PREFIX}/${PERIODIC_DAILY}/ ${INSTALL_SCRIPT} ${WRKDIR}/sa-utils \ - ${PREFIX}/${PERIODIC_DAILY}/sa-utils + ${STAGEDIR}${PREFIX}/${PERIODIC_DAILY}/sa-utils .include