diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 06:31:15 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 06:31:15 +0800 |
commit | 93bc1929f67e6ebd1f07b8ea98a4360ba47ff3eb (patch) | |
tree | 58e74319c43fbb630aa6637e49b8b34b66a43c1d /news/mmail/Makefile | |
parent | e3b8eb56fc78af954f1537a52038d3535b6b2d4a (diff) | |
download | freebsd-ports-gnome-93bc1929f67e6ebd1f07b8ea98a4360ba47ff3eb.tar.gz freebsd-ports-gnome-93bc1929f67e6ebd1f07b8ea98a4360ba47ff3eb.tar.zst freebsd-ports-gnome-93bc1929f67e6ebd1f07b8ea98a4360ba47ff3eb.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: news)
Diffstat (limited to 'news/mmail/Makefile')
-rw-r--r-- | news/mmail/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/news/mmail/Makefile b/news/mmail/Makefile index 93853a4d04c3..9a0744ceb01d 100644 --- a/news/mmail/Makefile +++ b/news/mmail/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: mmail -# Date created: 18 September 2002 -# Whom: Frederic Cambus -# +# Created by: Frederic Cambus # $FreeBSD$ -# PORTNAME= mmail PORTVERSION= 0.49 @@ -23,6 +18,7 @@ MAKE_ARGS= OPTS="" MAN1= mmail.1 PLIST_FILES= bin/mmail +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mm ${PREFIX}/bin/mmail ${INSTALL_MAN} ${WRKSRC}/mm.1 ${MANPREFIX}/man/man1/mmail.1 |