87a72c6ab1
It is based on author's port available at master site. - Brokeness is fixed in required ports Please note the fix in PR is incomplete. PR: ports/111290 Submitted by: Josh Paetzel <josh at tcbug.org> Approved by: maintainer timeout (14 days)
18 lines
368 B
Bash
18 lines
368 B
Bash
#!/bin/sh
|
|
|
|
# Tarball uninstall sh script for DTC
|
|
# Written by Thomas GOIRAND <thomas@goirand.fr>
|
|
# under LGPL Licence
|
|
|
|
UNIX_TYPE=freebsd
|
|
|
|
PREFIX=%%PREFIX%%
|
|
LOCALBASE=%%LOCALBASE%%
|
|
QMAIL_DIR=%%QMAIL_DIR%%
|
|
DTCROOT=%%DTCROOT%%
|
|
|
|
. ${LOCALBASE}/${DTCROOT}/admin/install/bsd_config
|
|
. ${LOCALBASE}/${DTCROOT}/admin/install/functions
|
|
|
|
DTCsearchConfigFiles
|
|
DTCuninstallPackage
|