diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-11-04 04:45:01 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-11-04 04:45:01 +0000 |
commit | 643c85f080fd8cd60d58324624bc2c5fa20c31f8 (patch) | |
tree | d5cce4d50b72e9665cf7e41b1d8ec0f1ca5a8d1d /mail/mmr | |
parent | Define DIST_SUBDIR to move distfile to sabdirectory -- "unix.tgz" is just (diff) |
Put MASTER_SITES nd aMASTER-SITE-SUBDIR in right order.
Found by: portlint
Notes
Notes:
svn path=/head/; revision=8470
Diffstat (limited to 'mail/mmr')
-rw-r--r-- | mail/mmr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mmr/Makefile b/mail/mmr/Makefile index a50a9e391b60..126fe8e886d9 100644 --- a/mail/mmr/Makefile +++ b/mail/mmr/Makefile @@ -3,13 +3,13 @@ # Date created: 23 October 1997 # Whom: Andrey Zakhvatov # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/11/01 14:15:12 jseger Exp $ # DISTNAME= mmr-1.5.1 CATEGORIES= mail -MASTER_SITE_SUBDIR= system/mail/mua MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= system/mail/mua MAINTAINER= andy@icc.surw.chel.su |