diff options
author | olgeni <olgeni@FreeBSD.org> | 2001-12-02 18:57:17 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2001-12-02 18:57:17 +0800 |
commit | 04b6ff799e6b90b52767bd67046dfc7108d98579 (patch) | |
tree | d5a6ffdeca5fed2b1493380798b0c7b2d30488cb /sysutils | |
parent | 6e4114b8fea52d6ab4af9220b03d326bdccc2c54 (diff) | |
download | freebsd-ports-gnome-04b6ff799e6b90b52767bd67046dfc7108d98579.tar.gz freebsd-ports-gnome-04b6ff799e6b90b52767bd67046dfc7108d98579.tar.zst freebsd-ports-gnome-04b6ff799e6b90b52767bd67046dfc7108d98579.zip |
Do not alter the module configuration for postgresql: it has already been
integrated in the webmin distribution.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/webmin/Makefile | 13 |
1 files changed, 1 insertions, 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 |