mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00: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
@ -6,19 +6,18 @@ PORTVERSION= 4.3
|
||||
CATEGORIES= converters devel
|
||||
MASTER_SITES= http://www.devoresoftware.com/nomyso/
|
||||
DISTNAME= ${PORTNAME}${PORTVERSION:S/.//}
|
||||
EXTRACT_SUFX= .zip
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Convert MASM/TASM files to NASM compatible sources
|
||||
|
||||
USES= perl5
|
||||
USE_ZIP= yes
|
||||
USE_PERL5= run
|
||||
NO_WRKSUBDIR= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME}.pl
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -E \
|
||||
-e 's|[[:cntrl:]]$$||' \
|
||||
@ -28,6 +27,6 @@ post-patch:
|
||||
do-install:
|
||||
@${INSTALL_SCRIPT} \
|
||||
${WRKSRC}/${PORTNAME}.pl \
|
||||
${PREFIX}/bin
|
||||
${STAGEDIR}${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user