diff options
Diffstat (limited to 'mail/vpopmail')
-rw-r--r-- | mail/vpopmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/vpopmail/Makefile b/mail/vpopmail/Makefile index a7dd9b4c5774..cf06f7302472 100644 --- a/mail/vpopmail/Makefile +++ b/mail/vpopmail/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: vpopmail # Date created: 21 Sep 2000 -# Whom: makeport.pl +# Whom: Neil Blakey-Milner # # $FreeBSD$ # @@ -22,7 +22,7 @@ USE_GMAKE= YES CONFIGURE_ARGS= --enable-qmail-dir=${QMAIL_DIR} \ --enable-tcprules-bin=${LOCALBASE}/bin/tcprules \ - --enable-tcpserver-file=~vpopmail/etc/tcp.smtp + --enable-tcpserver-file=${PREFIX}/vpopmail/etc/tcp.smtp # # Attempt to set the location of qmail by a simple check. Override this |