svn commit: r461992 - head/security/p5-Digest-SHA-PurePerl

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Feb 16 09:02:54 UTC 2018


Author: amdmi3
Date: Fri Feb 16 09:02:53 2018
New Revision: 461992
URL: https://svnweb.freebsd.org/changeset/ports/461992

Log:
  - Unsilence installation command
  - Remove unneeded options.mk
  
  Approved by:	portmgr blanket

Modified:
  head/security/p5-Digest-SHA-PurePerl/Makefile

Modified: head/security/p5-Digest-SHA-PurePerl/Makefile
==============================================================================
--- head/security/p5-Digest-SHA-PurePerl/Makefile	Fri Feb 16 08:58:10 2018	(r461991)
+++ head/security/p5-Digest-SHA-PurePerl/Makefile	Fri Feb 16 09:02:53 2018	(r461992)
@@ -19,13 +19,12 @@ USE_PERL5=	configure
 NO_ARCH=	true
 
 PORTEXAMPLES=	dups
-.include <bsd.port.options.mk>
 
 post-patch:
 	@${REINPLACE_CMD} -e '/EXE_FILES/d' ${WRKSRC}/Makefile.PL
 
 post-install:
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
-	@${INSTALL_DATA} ${PORTEXAMPLES:S,^,${WRKSRC}/examples/,} ${STAGEDIR}${EXAMPLESDIR}
+	${INSTALL_DATA} ${PORTEXAMPLES:S,^,${WRKSRC}/examples/,} ${STAGEDIR}${EXAMPLESDIR}
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list