diff options
author | frueauf <frueauf> | 1998-11-13 01:35:55 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1998-11-13 01:35:55 +0000 |
commit | a817947720945eebd2288c1b9a6a966b8ea55f4c (patch) | |
tree | 4b3c824ea0c1e816c2b7446bef7237d63fb07e98 /sysutils/mkhybrid | |
parent | 1d1db16061f50c443dc2c797edaeefa7d429cc0e (diff) | |
download | pkgsrc-a817947720945eebd2288c1b9a6a966b8ea55f4c.tar.gz |
pkglint: move NOT_FOR_ARCHS where it belongs.
Diffstat (limited to 'sysutils/mkhybrid')
-rw-r--r-- | sysutils/mkhybrid/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/mkhybrid/Makefile b/sysutils/mkhybrid/Makefile index 9df99005446..798af697791 100644 --- a/sysutils/mkhybrid/Makefile +++ b/sysutils/mkhybrid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1998/09/22 06:11:40 garbled Exp $ +# $NetBSD: Makefile,v 1.5 1998/11/13 01:43:24 frueauf Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1998/06/16 16:50:06 dburr Exp # @@ -6,11 +6,11 @@ DISTNAME= mkhybrid-1.11.1 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.ge.ucl.ac.uk/pub/mkhfs/ -NOT_FOR_ARCHS= alpha #gcc lossage - MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.ps.ucl.ac.uk/~jcpearso/mkhybrid.html +NOT_FOR_ARCHS= alpha #gcc lossage + GNU_CONFIGURE= yes ALL_TARGET= World |