mirror of
https://git.freebsd.org/ports.git
synced 2025-06-16 02:00:30 -04:00
- Stage support
- Get rid of infozip dependency
This commit is contained in:
parent
fa07010222
commit
b0c7161b13
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340446
1 changed files with 2 additions and 3 deletions
|
@ -6,19 +6,18 @@ PORTVERSION= 4.3
|
||||||
CATEGORIES= converters devel
|
CATEGORIES= converters devel
|
||||||
MASTER_SITES= http://www.devoresoftware.com/nomyso/
|
MASTER_SITES= http://www.devoresoftware.com/nomyso/
|
||||||
DISTNAME= ${PORTNAME}${PORTVERSION:S/.//}
|
DISTNAME= ${PORTNAME}${PORTVERSION:S/.//}
|
||||||
|
EXTRACT_SUFX= .zip
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Convert MASM/TASM files to NASM compatible sources
|
COMMENT= Convert MASM/TASM files to NASM compatible sources
|
||||||
|
|
||||||
USES= perl5
|
USES= perl5
|
||||||
USE_ZIP= yes
|
|
||||||
USE_PERL5= run
|
USE_PERL5= run
|
||||||
NO_WRKSUBDIR= yes
|
NO_WRKSUBDIR= yes
|
||||||
NO_BUILD= yes
|
NO_BUILD= yes
|
||||||
|
|
||||||
PLIST_FILES= bin/${PORTNAME}.pl
|
PLIST_FILES= bin/${PORTNAME}.pl
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -E \
|
@${REINPLACE_CMD} -E \
|
||||||
-e 's|[[:cntrl:]]$$||' \
|
-e 's|[[:cntrl:]]$$||' \
|
||||||
|
@ -28,6 +27,6 @@ post-patch:
|
||||||
do-install:
|
do-install:
|
||||||
@${INSTALL_SCRIPT} \
|
@${INSTALL_SCRIPT} \
|
||||||
${WRKSRC}/${PORTNAME}.pl \
|
${WRKSRC}/${PORTNAME}.pl \
|
||||||
${PREFIX}/bin
|
${STAGEDIR}${PREFIX}/bin
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue