diff options
author | wiz <wiz> | 2001-02-16 14:04:52 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-16 14:04:52 +0000 |
commit | 3d6e18741a337e7f632ee69b673a44087bd4ac82 (patch) | |
tree | ce780eb4be457420d7a743659cbb8359f44149e4 /cross/arm-netbsd/Makefile | |
parent | cffe3064045fbb85273491377d5a2f34ff36538c (diff) | |
download | pkgsrc-3d6e18741a337e7f632ee69b673a44087bd4ac82.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'cross/arm-netbsd/Makefile')
-rw-r--r-- | cross/arm-netbsd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cross/arm-netbsd/Makefile b/cross/arm-netbsd/Makefile index 59b8ef25b67..d928c455318 100644 --- a/cross/arm-netbsd/Makefile +++ b/cross/arm-netbsd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/12/06 09:38:35 sakamoto Exp $ +# $NetBSD: Makefile,v 1.2 2001/02/16 14:04:52 wiz Exp $ # DISTVERSION= 1.3.0.0 @@ -6,6 +6,7 @@ DISTFILES= # none MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.netbsd.org/ +COMMENT= Cross-compile environment for NetBSD/arm32 (static binaries only) WRKSRC= ${WRKDIR}/${EGCS_DISTNAME} |