aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Digest-SHA-PurePerl
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2018-02-16 09:02:53 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2018-02-16 09:02:53 +0000
commit5ae1311cb237174ea1ecbc405b08b8fdc783a295 (patch)
tree983c704e0e042bfd95622195f062ea06d2f122dd /security/p5-Digest-SHA-PurePerl
parent976e0d05810b942df09e6732455eee59bfb3c64e (diff)
downloadports-5ae1311cb237174ea1ecbc405b08b8fdc783a295.tar.gz
ports-5ae1311cb237174ea1ecbc405b08b8fdc783a295.zip
- Unsilence installation command
- Remove unneeded options.mk Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=461992
Diffstat (limited to 'security/p5-Digest-SHA-PurePerl')
-rw-r--r--security/p5-Digest-SHA-PurePerl/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/security/p5-Digest-SHA-PurePerl/Makefile b/security/p5-Digest-SHA-PurePerl/Makefile
index db442fe96550..1f0f50eeeb75 100644
--- a/security/p5-Digest-SHA-PurePerl/Makefile
+++ b/security/p5-Digest-SHA-PurePerl/Makefile
@@ -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>