mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Support staging
- Use shebangfix
This commit is contained in:
parent
af4db43c8a
commit
5fb02c31c8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345998
1 changed files with 8 additions and 11 deletions
|
@ -9,21 +9,18 @@ MASTER_SITES= http://80386.nl/projects/${PORTNAME}/distfiles/
|
||||||
MAINTAINER= ed@FreeBSD.org
|
MAINTAINER= ed@FreeBSD.org
|
||||||
COMMENT= Utility that uses LD_PRELOAD to hide .svn directories
|
COMMENT= Utility that uses LD_PRELOAD to hide .svn directories
|
||||||
|
|
||||||
MAKEFILE= BSDmakefile
|
USES= shebangfix
|
||||||
|
|
||||||
PLIST_FILES= bin/${PORTNAME} lib/lib${PORTNAME}.so
|
|
||||||
MAN1= ${PORTNAME}.1
|
|
||||||
|
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
USE_XZ= yes
|
USE_XZ= yes
|
||||||
|
|
||||||
NO_STAGE= yes
|
PLIST_FILES= bin/hidesvn lib/libhidesvn.so man/man1/hidesvn.1.gz
|
||||||
post-patch:
|
SHEBANG_FILES= hidesvn.sh
|
||||||
${REINPLACE_CMD} 's|/usr/local|${PREFIX}|' ${WRKSRC}/${PORTNAME}.sh
|
MAKEFILE= BSDmakefile
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.sh ${PREFIX}/bin/${PORTNAME}
|
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.sh \
|
||||||
${INSTALL_DATA} ${WRKSRC}/lib${PORTNAME}.so ${PREFIX}/lib
|
${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
||||||
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.1 ${PREFIX}/man/man1
|
${INSTALL_LIB} ${WRKSRC}/lib${PORTNAME}.so ${STAGEDIR}${PREFIX}/lib
|
||||||
|
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue