diff options
author | hubertf <hubertf@pkgsrc.org> | 1998-01-24 21:06:58 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1998-01-24 21:06:58 +0000 |
commit | 518885f3144274cb7421c723b6a0b1e901eb1c8e (patch) | |
tree | be6d2d948c538961fbb5cc718a72280627dee608 /misc/linuxls | |
parent | 270c7a8347139d6cb217456637cb7ed4ba9ab0cc (diff) | |
download | pkgsrc-518885f3144274cb7421c723b6a0b1e901eb1c8e.tar.gz |
portlint: move lines
Diffstat (limited to 'misc/linuxls')
-rw-r--r-- | misc/linuxls/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/linuxls/Makefile b/misc/linuxls/Makefile index 702a9517a3f..db777b44f74 100644 --- a/misc/linuxls/Makefile +++ b/misc/linuxls/Makefile @@ -3,7 +3,7 @@ # Date created: 06 January 1996 # Whom: bmc@WillsCreek.COM # -# $NetBSD: Makefile,v 1.2 1997/10/24 01:20:31 hubertf Exp $ +# $NetBSD: Makefile,v 1.3 1998/01/24 21:06:58 hubertf Exp $ # FreeBSD Id: Makefile,v 1.6 1997/04/30 04:43:34 asami Exp # @@ -12,13 +12,13 @@ PKGNAME= linuxls-3.12.0.2 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_GNU} -PATCHFILES= color-ls-3.12.0.2.patch.gz PATCH_SITES= ${MASTER_SITE_SUNSITE} PATCH_SITE_SUBDIR= distributions/slackware/source/a/bin/ +PATCHFILES= color-ls-3.12.0.2.patch.gz +PATCH_DIST_STRIP= -p1 MAINTAINER= bmc@WillsCreek.COM -PATCH_DIST_STRIP= -p1 GNU_CONFIGURE= yes MAN1= linuxls.1 dircolors.1 |