. Fix DOCS install
PR: ports/183600 (based on) Submitted by: nemysis <nemysis@FreeBSD.org>
This commit is contained in:
parent
94b77add09
commit
876d5673a3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=332926
1 changed files with 8 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= libslang2
|
||||
PORTVERSION= 2.2.4
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ftp://space.mit.edu/pub/davis/slang/v${PORTVERSION:R}/ \
|
||||
ftp://ftp.fu-berlin.de/pub/unix/misc/slang/v${PORTVERSION:R}/ \
|
||||
|
@ -54,4 +54,11 @@ post-patch:
|
|||
${WRKSRC}/src/Makefile.in \
|
||||
${WRKSRC}/slsh/Makefile.in
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
.for f in NEWS changes.txt
|
||||
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
|
||||
.endfor
|
||||
(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue