svn commit: r400230 - head/archivers/p5-Compress-Bzip2

Dmitry Sivachenko demon at FreeBSD.org
Tue Oct 27 12:10:15 UTC 2015


Author: demon
Date: Tue Oct 27 12:10:14 2015
New Revision: 400230
URL: https://svnweb.freebsd.org/changeset/ports/400230

Log:
  Fix path.

Modified:
  head/archivers/p5-Compress-Bzip2/Makefile

Modified: head/archivers/p5-Compress-Bzip2/Makefile
==============================================================================
--- head/archivers/p5-Compress-Bzip2/Makefile	Tue Oct 27 12:06:01 2015	(r400229)
+++ head/archivers/p5-Compress-Bzip2/Makefile	Tue Oct 27 12:10:14 2015	(r400230)
@@ -14,6 +14,6 @@ USES=		perl5
 USE_PERL5=	configure
 
 post-install:
-		${STRIP_CMD} ${STAGEDIR}/${SITE_PERL}/mach/5.20/auto/Compress/Bzip2/Bzip2.so
+		${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Compress/Bzip2/Bzip2.so
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list