diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-04-30 04:43:34 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-04-30 04:43:34 +0000 |
commit | 0a6869e5e0da448a9a3e3405098cf4feb03f5af6 (patch) | |
tree | a4f459ec1e05fc1acbecd4e7c6143d153d55a6e2 /misc | |
parent | 7e28b94960897b6a9731e77cb95c917c481b83dd (diff) |
Use new variable PATCH_SITE_SUBDIR to avoid messing up the master site
list.
Notes
Notes:
svn path=/head/; revision=6371
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gnuls/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/gnuls/Makefile b/misc/gnuls/Makefile index 58c6014816f6..65bf99baf52e 100644 --- a/misc/gnuls/Makefile +++ b/misc/gnuls/Makefile @@ -3,7 +3,7 @@ # Date created: 06 January 1996 # Whom: bmc@WillsCreek.COM # -# $Id: Makefile,v 1.4 1996/11/18 10:25:10 asami Exp $ +# $Id: Makefile,v 1.5 1996/11/18 14:06:53 asami Exp $ # DISTNAME= fileutils-3.12 @@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_GNU} PATCHFILES= color-ls-3.12.0.2.patch.gz PATCH_SITES= ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= distributions/slackware/source/a/bin/ +PATCH_SITE_SUBDIR= distributions/slackware/source/a/bin/ MAINTAINER= bmc@WillsCreek.COM |