mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
Stagify.
Approved by: portmgr@ (blanket approval)
This commit is contained in:
parent
5885a25654
commit
141785335b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359846
@ -19,14 +19,12 @@ CONFIGURE_ARGS= --with-lfs --with-dvdread-libs=${LOCALBASE}
|
||||
|
||||
ALL_TARGET= ${PORTNAME}
|
||||
|
||||
MAN1= vobcopy.1
|
||||
|
||||
PLIST_FILES= bin/vobcopy
|
||||
PLIST_FILES= bin/vobcopy man/man1/vobcopy.1.gz
|
||||
PORTDOCS= COPYING Changelog README TODO \
|
||||
alternative_programs.txt
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-extract:
|
||||
@${CHMOD} a+x ${WRKSRC}/${CONFIGURE_SCRIPT}
|
||||
@ -58,14 +56,14 @@ post-configure:
|
||||
${WRKSRC}/Makefile
|
||||
|
||||
do-install:
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/vobcopy ${PREFIX}/bin/vobcopy
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/vobcopy ${STAGEDIR}${PREFIX}/bin/vobcopy
|
||||
@${INSTALL_MAN} ${WRKSRC}/vobcopy.1${MAN1_SUFX} \
|
||||
${MANPREFIX}/man/man1/vobcopy.1
|
||||
${STAGEDIR}${MANPREFIX}/man/man1/vobcopy.1
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${INSTALL} -d ${DOCSDIR}
|
||||
@cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
@${INSTALL} -d ${STAGEDIR}${DOCSDIR}
|
||||
@cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user