diff options
author | antoine <antoine@FreeBSD.org> | 2014-01-21 02:39:49 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-01-21 02:39:49 +0800 |
commit | 5622386e4bae927b0fb6122f3f9047ad98ca6841 (patch) | |
tree | c5a779d42f398cb650b6bf91ea50e35f3125dd17 /converters | |
parent | c9fdaa91581737a27858c54c5f7a194a06702853 (diff) | |
download | freebsd-ports-gnome-5622386e4bae927b0fb6122f3f9047ad98ca6841.tar.gz freebsd-ports-gnome-5622386e4bae927b0fb6122f3f9047ad98ca6841.tar.zst freebsd-ports-gnome-5622386e4bae927b0fb6122f3f9047ad98ca6841.zip |
- Stage support
- Get rid of infozip dependency
Diffstat (limited to 'converters')
-rw-r--r-- | converters/nomyso/Makefile | 5 |
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> |