diff options
author | wiz <wiz@pkgsrc.org> | 2021-04-24 10:40:35 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2021-04-24 10:40:35 +0000 |
commit | 8eb9e899589913ede8a529bf0e93ab1d538d5851 (patch) | |
tree | dbdb105645b55f556589352d1842131bc4d4b6f7 /misc | |
parent | 46b1788e9905eb812e5f4f5db2df8ee7a1d5e4be (diff) | |
download | pkgsrc-8eb9e899589913ede8a529bf0e93ab1d538d5851.tar.gz |
utftools: remove dead download link
Diffstat (limited to 'misc')
-rw-r--r-- | misc/utftools/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/misc/utftools/Makefile b/misc/utftools/Makefile index 3663e85f327..2c4c2c2765e 100644 --- a/misc/utftools/Makefile +++ b/misc/utftools/Makefile @@ -1,13 +1,11 @@ -# $NetBSD: Makefile,v 1.8 2012/10/08 09:57:39 asau Exp $ -# +# $NetBSD: Makefile,v 1.9 2021/04/24 10:40:35 wiz Exp $ DISTNAME= utftools-1.6 PKGREVISION= 1 CATEGORIES= misc -MASTER_SITES= ftp://ftp.cs.yorku.ca/pub/wily/misc/ +#MASTER_SITES= ftp://ftp.cs.yorku.ca/pub/wily/misc/ MAINTAINER= agc@NetBSD.org -#HOMEPAGE= none COMMENT= UTF-aware wc, fmt, expand, and unexpand GNU_CONFIGURE= yes |