- Stage support
This commit is contained in:
parent
bb62405ba1
commit
c73d867c23
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356079
1 changed files with 1 additions and 2 deletions
|
@ -31,7 +31,6 @@ RLTTYTTER_DESC= Use T::R::TTYtter readline driver (beta!)
|
|||
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MREADLINE}
|
||||
|
@ -51,6 +50,6 @@ post-patch:
|
|||
@${REINPLACE_CMD} -e 's|^\#!/usr/bin/perl|\#!${PERL}|' ${WRKSRC}/${PORTVERSION}.txt
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/${PORTVERSION}.txt ${PREFIX}/bin/${PORTNAME}
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/${PORTVERSION}.txt ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue