svn commit: r400338 - head/devel/p5-Pod-Usage

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Oct 27 19:14:05 UTC 2015


Author: amdmi3
Date: Tue Oct 27 19:14:04 2015
New Revision: 400338
URL: https://svnweb.freebsd.org/changeset/ports/400338

Log:
  - Remove correct file, fix stage-qa
  - Add NO_ARCH
  
  Approved by:	portmgr blanket

Modified:
  head/devel/p5-Pod-Usage/Makefile

Modified: head/devel/p5-Pod-Usage/Makefile
==============================================================================
--- head/devel/p5-Pod-Usage/Makefile	Tue Oct 27 18:52:44 2015	(r400337)
+++ head/devel/p5-Pod-Usage/Makefile	Tue Oct 27 19:14:04 2015	(r400338)
@@ -15,9 +15,11 @@ LICENSE_COMB=	dual
 
 USE_PERL5=	configure
 USES=		perl5
+NO_ARCH=	yes
 
 post-install:
 # Do not conflict with lang/perl5.*
-	${RM} ${STAGEDIR}${PREFIX}/bin/pod2usage ${STAGEDIR}${PREFIX}/man/man1/pod2usage.1
+	@${RM} ${STAGEDIR}${PREFIX}/bin/pod2usage ${STAGEDIR}${SITE_MAN1}/pod2usage.1
+	@${RMDIR} ${STAGEDIR}${SITE_MAN1}
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list