diff options
author | cjep <cjep@pkgsrc.org> | 2003-05-18 13:06:41 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2003-05-18 13:06:41 +0000 |
commit | 100eeeaa5e96b9806d6023667694318a99a84202 (patch) | |
tree | a6453cb05bc2090d172c820e0fcfea1e548a548a | |
parent | 7032df1c90edf88fdea33770d00fdce3e7166e2c (diff) | |
download | pkgsrc-100eeeaa5e96b9806d6023667694318a99a84202.tar.gz |
whitespace
-rw-r--r-- | mail/nmh/Makefile | 4 | ||||
-rw-r--r-- | misc/utftools/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/nmh/Makefile b/mail/nmh/Makefile index 21dbf97666e..0dfa7349f3a 100644 --- a/mail/nmh/Makefile +++ b/mail/nmh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2003/05/09 14:07:29 lha Exp $ +# $NetBSD: Makefile,v 1.51 2003/05/18 13:06:41 cjep Exp $ # FreeBSD Id: Makefile,v 1.2 1997/08/04 06:51:28 markm Exp # @@ -43,7 +43,7 @@ CONFIGURE_ARGS+= --with-pager=${NMH_PAGER} .if defined(KERBEROS) PKG_USE_KERBEROS= # defined .if ${OPSYS} == "NetBSD" -LIBS= -lroken -lcrypt -lcom_err +LIBS= -lroken -lcrypt -lcom_err .endif CONFIGURE_ARGS+= --with-krb4 .else diff --git a/misc/utftools/Makefile b/misc/utftools/Makefile index 8e9208e7c55..5f4c8645631 100644 --- a/misc/utftools/Makefile +++ b/misc/utftools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/05/09 07:38:16 agc Exp $ +# $NetBSD: Makefile,v 1.2 2003/05/18 13:06:42 cjep Exp $ # DISTNAME= utftools-1.6 @@ -6,7 +6,7 @@ CATEGORIES= misc MASTER_SITES= ftp://ftp.cs.yorku.ca/pub/wily/misc/ MAINTAINER= agc@netbsd.org -HOMEPAGE= +#HOMEPAGE= COMMENT= UTF-aware wc, fmt, expand, and unexpand GNU_CONFIGURE= yes |