mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Add shebangfix to USES
- Add stage support
This commit is contained in:
parent
bac8679d7a
commit
ace5ff3dcc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=336009
@ -12,14 +12,18 @@ EXTRACT_ONLY=
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Unpack umod files for Unreal and/or Unreal Tournament
|
||||
|
||||
USES= perl5
|
||||
USES= perl5 shebangfix
|
||||
SHEBANG_FILES= ${DISTNAME}
|
||||
|
||||
USE_PERL5= run
|
||||
NO_WRKSUBDIR= yes
|
||||
NO_BUILD= yes
|
||||
PLIST_FILES= bin/${DISTNAME}
|
||||
|
||||
NO_STAGE= yes
|
||||
post-extract:
|
||||
${CP} ${DISTDIR}/${DISTNAME} ${WRKDIR}
|
||||
|
||||
do-install:
|
||||
@${INSTALL_SCRIPT} ${DISTDIR}/${DISTNAME} ${PREFIX}/bin/${DISTNAME}
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/${DISTNAME} ${STAGEDIR}${PREFIX}/bin/${DISTNAME}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user