diff options
author | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1999-01-21 03:55:19 +0000 |
---|---|---|
committer | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1999-01-21 03:55:19 +0000 |
commit | 028d6a6f16b470aad34dd2282a720ebdbf7c2320 (patch) | |
tree | 453dd09d97918e5581b7866870c6a8a36b985c67 /misc/display/Makefile | |
parent | 6ad80e9513083ac6835cd8b7554e09d264681868 (diff) |
Notes
Diffstat (limited to 'misc/display/Makefile')
-rw-r--r-- | misc/display/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/display/Makefile b/misc/display/Makefile index 251817b13be3..e8ec601b1a40 100644 --- a/misc/display/Makefile +++ b/misc/display/Makefile @@ -3,13 +3,14 @@ # Date created: 25 August 1997 # Whom: Stephen J. Roznowski <sjr@home.net> # -# $Id: Makefile,v 1.4 1998/11/07 03:37:38 asami Exp $ +# $Id: Makefile,v 1.5 1998/11/08 16:51:06 fenner Exp $ # DISTNAME= display PKGNAME= display-1.0 CATEGORIES= misc -MASTER_SITES= ftp://ftp.uu.net/usenet/comp.sources.unix/volume8/ +MASTER_SITES= ${MASTER_SITE_COMP_SOURCES} +MASTER_SITE_SUBDIR= unix/volume8 EXTRACT_SUFX= .Z PATCH_SITES= ${MASTER_SITES} |