diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-11-04 12:45:01 +0800 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-11-04 12:45:01 +0800 |
commit | 643c85f080fd8cd60d58324624bc2c5fa20c31f8 (patch) | |
tree | d5cce4d50b72e9665cf7e41b1d8ec0f1ca5a8d1d | |
parent | d14e7ea3bf455f9ffc4b90d9125649a4bae4e845 (diff) | |
download | freebsd-ports-gnome-643c85f080fd8cd60d58324624bc2c5fa20c31f8.tar.gz freebsd-ports-gnome-643c85f080fd8cd60d58324624bc2c5fa20c31f8.tar.zst freebsd-ports-gnome-643c85f080fd8cd60d58324624bc2c5fa20c31f8.zip |
Put MASTER_SITES nd aMASTER-SITE-SUBDIR in right order.
Found by: portlint
-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 |