1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00

Convert to staging, adapted version of the PR.

PR:		ports/183710
Submitted by:	Takefu
This commit is contained in:
Mathieu Arnold 2013-11-06 09:26:56 +00:00
parent 4b768be379
commit 83507e51c4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=332959

View File

@ -16,12 +16,10 @@ COMMENT= Perl5 interface to the uulib library (a.k.a. uudeview/uuenview)
USES= perl5
USE_PERL5= configure
.if !defined(NOPORTDOCS)
PORTDOCS= Changes README
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
.endif
.include <bsd.port.mk>