diff options
author | danfe <danfe@FreeBSD.org> | 2004-12-23 04:04:29 +0000 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2004-12-23 04:04:29 +0000 |
commit | 9f446fad35c41622158718c613ea17d8577ef34a (patch) | |
tree | 791f7cfa3184421f1e10935c30d68894b5ab7c7b /emulators/libvm68k/Makefile | |
parent | 3beb1352cb8f209142542564b1cb722bb544df95 (diff) | |
download | FreeBSD-ports-9f446fad35c41622158718c613ea17d8577ef34a.zip FreeBSD-ports-9f446fad35c41622158718c613ea17d8577ef34a.tar.gz |
- Improve C++ standards conformance in installed header [1]
- Mute REINPLACE_CMD in `post-patch' stage
- Bump PORTREVISION
[1] is needed to unbreak dependent `emulators/vx68k' port.
Diffstat (limited to 'emulators/libvm68k/Makefile')
-rw-r--r-- | emulators/libvm68k/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/libvm68k/Makefile b/emulators/libvm68k/Makefile index 928b45c..9cb91a9 100644 --- a/emulators/libvm68k/Makefile +++ b/emulators/libvm68k/Makefile @@ -8,7 +8,7 @@ PORTNAME= libvm68k PORTVERSION= 1.0.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= ftp://ftp.hypercore.co.jp/vx68k/${PORTNAME}-${PORTVERSION:R}/ @@ -22,7 +22,7 @@ INSTALLS_SHLIB= yes post-patch: @${REINPLACE_CMD} -e '/^#define _POSIX_C_SOURCE 199506L/d' \ ${WRKSRC}/memory.cc ${WRKSRC}/memory_map.cc ${WRKSRC}/version.cc - ${REINPLACE_CMD} -e '/^LTLIBRELEASE=/d' \ + @${REINPLACE_CMD} -e '/^LTLIBRELEASE=/d' \ -e '/^LIBTOOL=/s^\$$(top_builddir)/libtool^${LIBTOOL}^' \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} |