1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Remove correct file, fix stage-qa

- Add NO_ARCH

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2015-10-27 19:14:04 +00:00
parent c78fd04ab5
commit 59d1ab0a42
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=400338

View File

@ -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>