diff options
author | asami <asami@FreeBSD.org> | 1996-11-18 14:17:24 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-18 14:17:24 +0000 |
commit | e1475027cde346cc8c26ff967438ba80036384a0 (patch) | |
tree | 4659b41700eb12b7f8cf84c6386677d53f5d8032 /misc/gnuls | |
parent | a1a675dbb0aeebf8a7e5798c2180a3cc6a2a42b7 (diff) | |
download | FreeBSD-ports-e1475027cde346cc8c26ff967438ba80036384a0.zip FreeBSD-ports-e1475027cde346cc8c26ff967438ba80036384a0.tar.gz |
Compress a bunch of manpages. Remove unnecessary @ directives from
PLISTs.
Note: I know that this is going to break some symlinks and/or .so
includes, I will back some of these out as I run into these during
package building.
Diffstat (limited to 'misc/gnuls')
-rw-r--r-- | misc/gnuls/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/gnuls/Makefile b/misc/gnuls/Makefile index fecc627..58c6014 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.3 1996/11/17 09:06:05 obrien Exp $ +# $Id: Makefile,v 1.4 1996/11/18 10:25:10 asami Exp $ # DISTNAME= fileutils-3.12 @@ -12,8 +12,8 @@ CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_GNU} PATCHFILES= color-ls-3.12.0.2.patch.gz -PATCH_SITES= ftp://sunsite.unc.edu/pub/Linux/distributions/slackware/source/a/bin/ \ - ftp://ftp.cdrom.com/pub/linux/slackware_source/a/bin/ +PATCH_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= distributions/slackware/source/a/bin/ MAINTAINER= bmc@WillsCreek.COM |