diff options
author | tv <tv> | 2006-10-26 14:44:35 +0000 |
---|---|---|
committer | tv <tv> | 2006-10-26 14:44:35 +0000 |
commit | e43b64d43b158be6d1ed8c5075e9b8bc0137dab6 (patch) | |
tree | 79b72cec9b041fbac891927d706668b7e1e0151c /emulators/ucon64 | |
parent | eaecdb4df090726d5fdb21225635976f0960a5ad (diff) | |
download | pkgsrc-e43b64d43b158be6d1ed8c5075e9b8bc0137dab6.tar.gz |
Do install_beos.sh check the right way: just skip it.
Diffstat (limited to 'emulators/ucon64')
-rw-r--r-- | emulators/ucon64/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/ucon64/Makefile b/emulators/ucon64/Makefile index e9e1f2e9534..55d56d07f15 100644 --- a/emulators/ucon64/Makefile +++ b/emulators/ucon64/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2006/10/22 17:55:41 rillig Exp $ +# $NetBSD: Makefile,v 1.5 2006/10/26 14:44:35 tv Exp $ # DISTNAME= ucon64-2.0.0-src @@ -18,6 +18,7 @@ CONFIGURE_ARGS+= --disable-dload CPPFLAGS+= -D__unix__ GNU_CONFIGURE= yes USE_TOOLS+= gmake +CHECK_PORTABILITY_SKIP+=install_beos.sh INSTALLATION_DIRS= share/examples/ucon64 share/doc/ucon64/images |