From d9f28d5c97445180ce92cda159d395b2cee3cab5 Mon Sep 17 00:00:00 2001 From: Jimmy Olgeni Date: Sun, 2 Dec 2001 10:57:17 +0000 Subject: [PATCH] Do not alter the module configuration for postgresql: it has already been integrated in the webmin distribution. --- sysutils/webmin/Makefile | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/sysutils/webmin/Makefile b/sysutils/webmin/Makefile index c2b57ed81658..a3101a1ba807 100644 --- a/sysutils/webmin/Makefile +++ b/sysutils/webmin/Makefile @@ -7,6 +7,7 @@ PORTNAME= webmin PORTVERSION= 0.91 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.webmin.com/webmin/updates/ \ http://www.webmin.com/webmin/download/ @@ -52,18 +53,6 @@ post-patch: ${WRKSRC}/postfix/config.sed > ${WRKSRC}/postfix/config @${RM} ${WRKSRC}/postfix/config.sed - @${CP} ${WRKSRC}/postgresql/config ${WRKSRC}/postgresql/config.sed - @${SED} -e "s@^hba_conf=.*@hba_conf=${LOCALBASE}/pgsql/data/pg_hba.conf@" \ - -e "s@^login=.*@login=pgsql@" \ - -e "s@^pid_file=.*@pid_file=${LOCALBASE}/pgsql/data/postmaster.pid@" \ - -e "s@^start_cmd=.*@start_cmd=${LOCALBASE}/etc/rc.d/010.pgsql.sh start@" \ - -e "s@^stop_cmd=.*@stop_cmd=${LOCALBASE}/etc/rc.d/010.pgsql.sh stop@" \ - -e "s@^psql=.*@psql=${LOCALBASE}/bin/psql@" \ - -e "s@^plib=.*@plib=${LOCALBASE}/lib@" \ - ${WRKSRC}/postgresql/config.sed > ${WRKSRC}/postgresql/config - - @${RM} ${WRKSRC}/postgresql/config.sed - @${CP} ${WRKSRC}/dhcpd/config-freebsd ${WRKSRC}/dhcpd/config-freebsd.sed @${SED} -e "s@^dhcpd_conf=.*@dhcpd_conf=${LOCALBASE}/etc/dhcpd.conf@" \ ${WRKSRC}/dhcpd/config-freebsd.sed > ${WRKSRC}/dhcpd/config-freebsd