As clever as makeport.pl is, I made this port. (change Whom:)

Change ~vpopmail to ${PREFIX}/vpopmail.
This commit is contained in:
Neil Blakey-Milner 2000-09-22 11:39:14 +00:00
parent 48af3464ad
commit 54d149d0d9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32997
3 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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