diff options
author | is <is@pkgsrc.org> | 2013-01-12 19:07:55 +0000 |
---|---|---|
committer | is <is@pkgsrc.org> | 2013-01-12 19:07:55 +0000 |
commit | b6002d1880b0c1e4039059f04b0cd7fc45da12e3 (patch) | |
tree | 7ed063166382a00201af69604c2602131d0bf307 /emulators/xtrs/Makefile | |
parent | 2877c4dc88d569cd133d38c67efaa28f41db2c34 (diff) | |
download | pkgsrc-b6002d1880b0c1e4039059f04b0cd7fc45da12e3.tar.gz |
Update to xtrs-4.9d, with lots of bug fixes and improvements.
Diffstat (limited to 'emulators/xtrs/Makefile')
-rw-r--r-- | emulators/xtrs/Makefile | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/emulators/xtrs/Makefile b/emulators/xtrs/Makefile index cd130e61fd8..523c7a045b7 100644 --- a/emulators/xtrs/Makefile +++ b/emulators/xtrs/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2013/01/12 17:21:04 is Exp $ +# $NetBSD: Makefile,v 1.17 2013/01/12 19:07:55 is Exp $ # -DISTNAME= xtrs-4.9 -PKGREVISION= 5 +DISTNAME= xtrs-4.9d +#PKGREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://www.tim-mann.org/trs80/ @@ -31,14 +31,6 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/utility.dsk ${DESTDIR}${PREFIX}/share/xtrs ${INSTALL_DATA} ${WRKSRC}/cpmutil.dsk ${DESTDIR}${PREFIX}/share/xtrs -# The sources assume <malloc.h> exists. Create a fake one for platforms -# that don't have it. -post-wrapper: - if ${TEST} ! -f /usr/include/malloc.h; then \ - ${ECHO} "#include <stdlib.h>" \ - > ${BUILDLINK_DIR}/include/malloc.h; \ - fi - .include "../../devel/ncurses/buildlink3.mk" .include "../../devel/readline/buildlink3.mk" .include "../../x11/libX11/buildlink3.mk" |