diff options
author | tv <tv@pkgsrc.org> | 2006-10-26 14:44:35 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2006-10-26 14:44:35 +0000 |
commit | 27f527f1a300eb33068d7ea02dbd1a6d6273d326 (patch) | |
tree | 79b72cec9b041fbac891927d706668b7e1e0151c /emulators | |
parent | 4b29649f1c9669aadb2803c12a28eed7eaf55e12 (diff) | |
download | pkgsrc-27f527f1a300eb33068d7ea02dbd1a6d6273d326.tar.gz |
Do install_beos.sh check the right way: just skip it.
Diffstat (limited to 'emulators')
-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 |