diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-21 03:59:12 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-21 03:59:12 +0800 |
commit | fd61959c15770f0b0197fb84191d0b733aa0cc81 (patch) | |
tree | a7a7b04e277ee05ebc43fa2ee4f2c5190807e3e9 /mail/pop-before-smtp | |
parent | 888ab73a81ce0010b6a141740f5b26e92a5ec6a8 (diff) | |
download | freebsd-ports-gnome-fd61959c15770f0b0197fb84191d0b733aa0cc81.tar.gz freebsd-ports-gnome-fd61959c15770f0b0197fb84191d0b733aa0cc81.tar.zst freebsd-ports-gnome-fd61959c15770f0b0197fb84191d0b733aa0cc81.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: mail)
Diffstat (limited to 'mail/pop-before-smtp')
-rw-r--r-- | mail/pop-before-smtp/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/mail/pop-before-smtp/Makefile b/mail/pop-before-smtp/Makefile index 031aee1d3cd2..7b15df502b7f 100644 --- a/mail/pop-before-smtp/Makefile +++ b/mail/pop-before-smtp/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pop-before-smtp -# Date created: March 7, 2003 -# Whom: Eric W. Bates -# +# Created by: Eric W. Bates # $FreeBSD$ -# PORTNAME= pop-before-smtp PORTVERSION= 1.42 @@ -26,6 +22,7 @@ SUB_LIST= PERL=${PERL} MAN8= ${PORTNAME}.8 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} 's|^#!/usr/bin/perl|#!${PERL}|; \ s|/etc/postfix/pop-before-smtp|${PREFIX}/etc/postfix/pop-before-smtp|g;' \ |