diff options
author | Matthew Seaman <matthew@FreeBSD.org> | 2013-09-27 08:06:39 +0000 |
---|---|---|
committer | Matthew Seaman <matthew@FreeBSD.org> | 2013-09-27 08:06:39 +0000 |
commit | ccdabbd3019f72d5d1b5ee94d0f5c2f41c8ece3b (patch) | |
tree | e6fcd3507dfc4777e21f5a0d3b429ff4fc266d75 /mail | |
parent | 2948b0956b13edf9ce896d5494bd46be4dd2c967 (diff) | |
download | freebsd-ports-ccdabbd3019f72d5d1b5ee94d0f5c2f41c8ece3b.zip |
- Stageify
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sa-utils/Makefile | 5 |
1 files 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 <bsd.port.options.mk> .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 <bsd.port.mk> |