diff options
author | wiz <wiz> | 2001-02-16 14:04:52 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-16 14:04:52 +0000 |
commit | e3124ee02e7655a21468c3d37102b8300144f498 (patch) | |
tree | ce780eb4be457420d7a743659cbb8359f44149e4 /cross/mipsel-netbsd/Makefile | |
parent | fe73cf7b6545199a4f863e13c93e1f50452a00c6 (diff) | |
download | pkgsrc-e3124ee02e7655a21468c3d37102b8300144f498.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'cross/mipsel-netbsd/Makefile')
-rw-r--r-- | cross/mipsel-netbsd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cross/mipsel-netbsd/Makefile b/cross/mipsel-netbsd/Makefile index 4eba64441da..62f79557b7e 100644 --- a/cross/mipsel-netbsd/Makefile +++ b/cross/mipsel-netbsd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/02/19 00:58:39 tsutsui Exp $ +# $NetBSD: Makefile,v 1.2 2001/02/16 14:05:04 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/mipsel WRKSRC= ${WRKDIR}/${EGCS_DISTNAME} |