diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 10:37:03 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 10:37:03 +0000 |
commit | 642e5987324e604d3b5cd0aa6f649eca92e5d13a (patch) | |
tree | e0c2df877acdbfe32ecf7d82a41ee25033ec4532 /deskutils | |
parent | 5dba7b6e293a85c365ac67b075bcc70a1ca9a1b4 (diff) | |
download | ports-642e5987324e604d3b5cd0aa6f649eca92e5d13a.tar.gz ports-642e5987324e604d3b5cd0aa6f649eca92e5d13a.zip |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/cal/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/deskutils/cal/Makefile b/deskutils/cal/Makefile index 8ada80b856a8..6848522ce28a 100644 --- a/deskutils/cal/Makefile +++ b/deskutils/cal/Makefile @@ -3,12 +3,13 @@ # Date created: 6 July 1996 # Whom: Andrey Zakhvatov <andy@cgu.chel.su> # -# $Id: Makefile,v 1.2 1996/11/11 05:49:17 obrien Exp $ +# $Id: Makefile,v 1.3 1996/11/17 09:05:25 obrien Exp $ # DISTNAME= cal-3.4 CATEGORIES= misc -MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/utils/shell/ +MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= utils/shell MAINTAINER= andy@cgu.chel.su |