diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-27 15:39:50 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-27 15:39:50 +0000 |
commit | f863ba969e36e3b557734f057fcc659d01ececab (patch) | |
tree | 07e6575d7c922f1e7e756bf79931bdf75cf8fdc4 /mail/sa-stats | |
parent | 1702fe97e65328258e27cbe3c64f2b0fff59c040 (diff) | |
download | ports-f863ba969e36e3b557734f057fcc659d01ececab.tar.gz ports-f863ba969e36e3b557734f057fcc659d01ececab.zip |
Notes
Diffstat (limited to 'mail/sa-stats')
-rw-r--r-- | mail/sa-stats/Makefile | 6 |
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> |