summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-27 15:39:50 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-27 15:39:50 +0000
commitf863ba969e36e3b557734f057fcc659d01ececab (patch)
tree07e6575d7c922f1e7e756bf79931bdf75cf8fdc4
parentSupport staging (diff)
Support staging
Notes
Notes: svn path=/head/; revision=346373
-rw-r--r--mail/sa-stats/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/sa-stats/Makefile b/mail/sa-stats/Makefile
index b6df97a97fc3..1fe0700160b8 100644
--- a/mail/sa-stats/Makefile
+++ b/mail/sa-stats/Makefile
@@ -22,11 +22,11 @@ NO_BUILD= yes
PLIST_FILES= bin/sa-stats
-NO_STAGE= yes
post-extract:
- ${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC}
+ ${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC}
do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${PREFIX}/bin/sa-stats
+ ${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} \
+ ${STAGEDIR}${PREFIX}/bin/sa-stats
.include <bsd.port.mk>