diff options
Diffstat (limited to 'cross/i386-cygwin32')
-rw-r--r-- | cross/i386-cygwin32/DESCR | 3 | ||||
-rw-r--r-- | cross/i386-cygwin32/MESSAGE | 6 | ||||
-rw-r--r-- | cross/i386-cygwin32/Makefile | 4 |
3 files changed, 7 insertions, 6 deletions
diff --git a/cross/i386-cygwin32/DESCR b/cross/i386-cygwin32/DESCR index 025c513e828..775b7afb5d5 100644 --- a/cross/i386-cygwin32/DESCR +++ b/cross/i386-cygwin32/DESCR @@ -1 +1,2 @@ -This cross-compile environment for PE/COFF Cygwin32/i386. +This package provides the cross-compile environment for PE/COFF +Cygwin32/i386. diff --git a/cross/i386-cygwin32/MESSAGE b/cross/i386-cygwin32/MESSAGE index ec8a3708bf5..ea1fd029b7e 100644 --- a/cross/i386-cygwin32/MESSAGE +++ b/cross/i386-cygwin32/MESSAGE @@ -1,8 +1,8 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.2 2002/09/12 17:16:38 wiz Exp $ +$NetBSD: MESSAGE,v 1.3 2012/06/12 21:11:26 jdf Exp $ -This pkg DOES NOT install headers or runtime link libraries. Only the -compilers are installed. +This package DOES NOT install headers or runtime link libraries; +only the compilers are installed. In order to have a complete development setup, you need to install includes and libraries in ${CROSSBASE}/i386-cygwin32/include and diff --git a/cross/i386-cygwin32/Makefile b/cross/i386-cygwin32/Makefile index b9d5e89920e..f37a16f4907 100644 --- a/cross/i386-cygwin32/Makefile +++ b/cross/i386-cygwin32/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2011/11/15 20:26:04 shattered Exp $ +# $NetBSD: Makefile,v 1.19 2012/06/12 21:11:26 jdf Exp $ # DISTVERSION= 1.0.0.0 @@ -7,7 +7,7 @@ PKGREVISION= 3 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.NetBSD.org/ -COMMENT= Cross-compile environment for Cywin32/i386 +COMMENT= Cross-compile environment for Cygwin32/i386 NOT_FOR_PLATFORM= *-*-x86_64 |