diff options
author | tron <tron> | 1998-08-14 20:07:34 +0000 |
---|---|---|
committer | tron <tron> | 1998-08-14 20:07:34 +0000 |
commit | 20d0bdb176c54a1b1a09ce74f2d43959743cbd5e (patch) | |
tree | 04a65920180e411828ca1ebdd1af5044b3d8d8b3 /misc/linuxls | |
parent | cd9adbe96bf9725e4a8ece849457466148a118ef (diff) | |
download | pkgsrc-20d0bdb176c54a1b1a09ce74f2d43959743cbd5e.tar.gz |
Sources and patches are only available on "ftp.netbsd.org".
Diffstat (limited to 'misc/linuxls')
-rw-r--r-- | misc/linuxls/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/linuxls/Makefile b/misc/linuxls/Makefile index ebaa9d3e8d3..6891f11b148 100644 --- a/misc/linuxls/Makefile +++ b/misc/linuxls/Makefile @@ -1,19 +1,19 @@ -# $NetBSD: Makefile,v 1.6 1998/08/14 19:57:44 tron Exp $ +# $NetBSD: Makefile,v 1.7 1998/08/14 20:07:34 tron Exp $ # FreeBSD Id: Makefile,v 1.6 1997/04/30 04:43:34 asami Exp # DISTNAME= fileutils-3.12 PKGNAME= linuxls-3.12.0.2 CATEGORIES= misc -MASTER_SITES= ${MASTER_SITE_GNU} +MASTER_SITES= ${MASTER_SITE_LOCAL} -PATCH_SITES= ${MASTER_SITE_SUNSITE} -PATCH_SITE_SUBDIR= distributions/slackware/source/a/bin/ +PATCH_SITES= ${MASTER_SITE_LOCAL} PATCHFILES= color-ls-3.12.0.2.patch.gz PATCH_DIST_STRIP= -p1 MAINTAINER= bmc@WillsCreek.COM +MIRROR_DISTFILE= no GNU_CONFIGURE= yes .include "../../mk/bsd.pkg.mk" |