Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Oct 2015 12:10:14 +0000 (UTC)
From:      Dmitry Sivachenko <demon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r400230 - head/archivers/p5-Compress-Bzip2
Message-ID:  <201510271210.t9RCAEON077468@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510271210.t9RCAEON077468>