svn commit: r386107 - head/mail/sa-stats

Mathieu Arnold mat at FreeBSD.org
Mon May 11 21:49:26 UTC 2015


Author: mat
Date: Mon May 11 21:49:25 2015
New Revision: 386107
URL: https://svnweb.freebsd.org/changeset/ports/386107

Log:
  Fix.
  
  Sponsored by:	Absolight

Modified:
  head/mail/sa-stats/Makefile

Modified: head/mail/sa-stats/Makefile
==============================================================================
--- head/mail/sa-stats/Makefile	Mon May 11 21:47:43 2015	(r386106)
+++ head/mail/sa-stats/Makefile	Mon May 11 21:49:25 2015	(r386107)
@@ -23,10 +23,10 @@ NO_BUILD=	yes
 PLIST_FILES=	bin/sa-stats
 
 post-extract:
-	${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC}
+	${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC}
 
 do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} \
+	${INSTALL_SCRIPT} ${WRKSRC}/${DISTFILES} \
 		${STAGEDIR}${PREFIX}/bin/sa-stats
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list