summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-01-20 18:39:49 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-01-20 18:39:49 +0000
commitb0c7161b13dd4a1cb1bf55f3adf67bbb4b81dba0 (patch)
treec5a779d42f398cb650b6bf91ea50e35f3125dd17 /converters
parent- Update to 0.3.3 (diff)
- Stage support
- Get rid of infozip dependency
Notes
Notes: svn path=/head/; revision=340446
Diffstat (limited to 'converters')
-rw-r--r--converters/nomyso/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/converters/nomyso/Makefile b/converters/nomyso/Makefile
index 0a313f00117d..aae18e74c4df 100644
--- a/converters/nomyso/Makefile
+++ b/converters/nomyso/Makefile
@@ -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>