diff options
author | bapt <bapt@FreeBSD.org> | 2013-11-19 15:42:41 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-11-19 15:42:41 +0800 |
commit | de9200bc01cd9ef17feb7767e7d37d75fab80f84 (patch) | |
tree | bc51861eca74afe2aa615c07a66f7c51f3b3f8cc /textproc/asm-xml | |
parent | f08079d3dd06953166a1808bde1ce483da32c485 (diff) | |
download | freebsd-ports-gnome-de9200bc01cd9ef17feb7767e7d37d75fab80f84.tar.gz freebsd-ports-gnome-de9200bc01cd9ef17feb7767e7d37d75fab80f84.tar.zst freebsd-ports-gnome-de9200bc01cd9ef17feb7767e7d37d75fab80f84.zip |
Convert from USE_DOS2UNIX to USES=dos2unix
While here:
- support stage,
- use bsdtar to extract when supported.
- Cleanup
Diffstat (limited to 'textproc/asm-xml')
-rw-r--r-- | textproc/asm-xml/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/textproc/asm-xml/Makefile b/textproc/asm-xml/Makefile index 492624161deb..7fbfa222dfbe 100644 --- a/textproc/asm-xml/Makefile +++ b/textproc/asm-xml/Makefile @@ -12,21 +12,14 @@ COMMENT= Very fast XML parser and decoder written in pure assembler BUILD_DEPENDS= fasm:${PORTSDIR}/lang/fasm ONLY_FOR_ARCHS= i386 amd64 -USE_DOS2UNIX= YES +USES= dos2unix uidfix PLIST_FILES= include/asm-xml.h lib/libasm-xml.a -NO_STAGE= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 700000 -BROKEN= does not build on 6.X -.endif - post-extract: ${RM} -rf ${WRKSRC}/obj post-patch: @${CP} ${FILESDIR}/Makefile ${WRKSRC}/Makefile -.include <bsd.port.post.mk> +.include <bsd.port.mk> |