mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Support stage
General cleanup
This commit is contained in:
parent
2ab535ce97
commit
49d364f91e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=337659
2 changed files with 9 additions and 17 deletions
|
@ -8,28 +8,16 @@ MASTER_SITES= http://vvelox.net/src/shell-include/
|
|||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= vvelox@vvelox.net
|
||||
COMMENT= A include system for shell scripts
|
||||
COMMENT= Include system for shell scripts
|
||||
|
||||
USES= perl5
|
||||
|
||||
MAN3= random::shortIntRandom.3 \
|
||||
random.3 \
|
||||
fileGetLine.3
|
||||
|
||||
MAN7= shell-include.7
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}
|
||||
|
||||
#nothing to configure
|
||||
NO_STAGE= yes
|
||||
do-configure:
|
||||
@${ECHO} -n
|
||||
|
||||
#nothing to build
|
||||
do-build:
|
||||
@${ECHO} -n
|
||||
NO_CONFIGURE= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
do-install:
|
||||
@${EXEC} cd ${WRKSRC}/ ; ${WRKSRC}/install ${PREFIX}
|
||||
cd ${WRKSRC}/ ; ${SH} ${WRKSRC}/install ${STAGEDIR}${PREFIX}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -2,8 +2,12 @@ bin/sh-include
|
|||
bin/bash-include
|
||||
libexec/shell-include/sh/random
|
||||
libexec/shell-include/sh/fileGetLine
|
||||
@dirrm libexec/shell-include/sh
|
||||
libexec/shell-include/bash/random
|
||||
libexec/shell-include/bash/fileGetLine
|
||||
man/man3/fileGetLine.3.gz
|
||||
man/man3/random.3.gz
|
||||
man/man3/random::shortIntRandom.3.gz
|
||||
man/man7/shell-include.7.gz
|
||||
@dirrm libexec/shell-include/sh
|
||||
@dirrm libexec/shell-include/bash
|
||||
@dirrm libexec/shell-include
|
||||
|
|
Loading…
Add table
Reference in a new issue