mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Support staging
This commit is contained in:
parent
9b4b4adce8
commit
c40137edb8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345058
@ -12,23 +12,19 @@ MASTER_SITE_SUBDIR= dryice
|
||||
MAINTAINER= gamato@users.sf.net
|
||||
COMMENT= Readline wrapper
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
MAN1= rlwrap.1
|
||||
MAN3= RlwrapFilter.3pm
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
PORTDOCS= AUTHORS BUGS NEWS PLEA README TODO
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-patch: .SILENT
|
||||
${REINPLACE_CMD} 's|/dev/ptmx|${NONEXISTENT}|' ${WRKSRC}/configure
|
||||
|
||||
NO_STAGE= yes
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
.for i in ${PORTDOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}/
|
||||
${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -18,6 +18,8 @@ bin/rlwrap
|
||||
%%DATADIR%%/filters/simple_macro
|
||||
%%DATADIR%%/filters/template
|
||||
%%DATADIR%%/filters/unbackspace
|
||||
man/man1/rlwrap.1.gz
|
||||
man/man3/RlwrapFilter.3pm.gz
|
||||
@dirrm %%DATADIR%%/filters
|
||||
@dirrm %%DATADIR%%/completions
|
||||
@dirrm %%DATADIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user