- Add stage support
- Convert USE_GMAKE to USES
This commit is contained in:
parent
622e6db24c
commit
b06426b08e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=332370
1 changed files with 2 additions and 6 deletions
|
@ -11,7 +11,7 @@ MAINTAINER= ports@FreeBSD.org
|
|||
COMMENT= Redcode simulator easy to embed into applications
|
||||
|
||||
USE_ZIP= yes
|
||||
USE_GMAKE= yes
|
||||
USES= gmake
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
|
@ -19,11 +19,7 @@ USE_DOS2UNIX= yes
|
|||
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/exhaust ${PREFIX}/bin/${PORTNAME}
|
||||
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/exhaust ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue