diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-12-29 00:51:27 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-12-29 00:51:27 +0000 |
commit | a265e796535d433a265f0da6911968be1dc9e4ea (patch) | |
tree | 67dfa54fe328b2293b90508de6c298b4339dc2fb /misc | |
parent | d2e8909386b586af57f041b46bd486fcaf97b222 (diff) | |
download | ports-a265e796535d433a265f0da6911968be1dc9e4ea.tar.gz ports-a265e796535d433a265f0da6911968be1dc9e4ea.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/xless/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/xless/Makefile b/misc/xless/Makefile index 84493bcbea21..9ba4f8d81079 100644 --- a/misc/xless/Makefile +++ b/misc/xless/Makefile @@ -3,13 +3,14 @@ # Date created: 23 December 1996 # Whom: Conrad Sabatier <conrads@neosoft.com> # -# $Id: porting.sgml,v 1.2.4.5 1996/06/19 20:28:08 jkh Exp $ +# $Id: Makefile,v 1.1.1.1 1996/12/28 03:07:50 obrien Exp $ # DISTNAME= xless-1.7 CATEGORIES= misc -MASTER_SITES= ftp://ftp.x.org/contrib/applications/ \ +MASTER_SITES= ${MASTER_SITE_XCONTRIB} \ ftp://ftp.cs.berkeley.edu/ucb/people/dglo/xless/ +MASTER_SITE_SUBDIR= applications MAINTAINER= conrads@neosoft.com |