mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
Support staging
This commit is contained in:
parent
db88c60866
commit
c44622bec8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345963
@ -11,17 +11,23 @@ EXTRACT_SUFX= .tgz
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= File Integrity Assessment Tool
|
||||
|
||||
NO_WRKSUBDIR= true
|
||||
NO_WRKSUBDIR= yes
|
||||
ALL_TARGET= freebsd
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
||||
${MKDIR} ${PREFIX}/share/doc/${PORTNAME}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/${PORTNAME}
|
||||
PLIST_FILES= bin/l5
|
||||
PORTDOCS= README
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == 'amd64'
|
||||
BROKEN= incorrect runtime output
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,3 +0,0 @@
|
||||
bin/l5
|
||||
share/doc/l5/README
|
||||
@dirrm share/doc/l5
|
Loading…
Reference in New Issue
Block a user