Date: Mon, 20 Jan 2014 18:39:50 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340446 - head/converters/nomyso Message-ID: <201401201839.s0KIdoeZ012853@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Mon Jan 20 18:39:49 2014 New Revision: 340446 URL: http://svnweb.freebsd.org/changeset/ports/340446 QAT: https://qat.redports.org/buildarchive/r340446/ Log: - Stage support - Get rid of infozip dependency Modified: head/converters/nomyso/Makefile Modified: head/converters/nomyso/Makefile ============================================================================== --- head/converters/nomyso/Makefile Mon Jan 20 18:38:14 2014 (r340445) +++ head/converters/nomyso/Makefile Mon Jan 20 18:39:49 2014 (r340446) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401201839.s0KIdoeZ012853>