diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-09-20 23:58:09 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-09-20 23:58:09 +0800 |
commit | 70b553e5129d9e59ca05048a9fee1af1d442311f (patch) | |
tree | 3310e381bea8ad1402bd438c7348400bcb76a66b /mail/vpopmail | |
parent | e0e72501367000f88aed7526756db60bf23087f3 (diff) | |
download | freebsd-ports-gnome-70b553e5129d9e59ca05048a9fee1af1d442311f.tar.gz freebsd-ports-gnome-70b553e5129d9e59ca05048a9fee1af1d442311f.tar.zst freebsd-ports-gnome-70b553e5129d9e59ca05048a9fee1af1d442311f.zip |
- Add NO_STAGE until validated to be safe for upcoming staging support
Diffstat (limited to 'mail/vpopmail')
-rw-r--r-- | mail/vpopmail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/vpopmail/Makefile b/mail/vpopmail/Makefile index 99937a54b34b..e937944ce03e 100644 --- a/mail/vpopmail/Makefile +++ b/mail/vpopmail/Makefile @@ -19,6 +19,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/tcprules:${PORTSDIR}/sysutils/ucspi-tcp PATCH_STRIP= -p1 +NO_STAGE= yes USES= qmail gmake CONFLICTS= vpopmail-devel-5.* |