mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
21 lines
1.2 KiB
Text
21 lines
1.2 KiB
Text
Description: Install config files with -dist.
|
|
Install the config files with a -dist extension.
|
|
Forwarded: not-needed
|
|
Author: Peter Pentchev <roam@FreeBSD.org>
|
|
Last-Update: 2010-09-13
|
|
|
|
--- Makefile.in.orig 2011-02-28 11:00:45.000000000 -0600
|
|
+++ Makefile.in 2014-04-10 11:17:21.360658218 -0500
|
|
@@ -357,9 +357,9 @@
|
|
noinst_HEADERS = md5.h vpopmail.h file_lock.h vauth.h vlimits.h maildirquota.h vcdb.h vldap.h vmysql.h voracle.h vpgsql.h vsybase.h vlog.h global.h hmac_md5.h seek.h vutil.h
|
|
COMMONSOURCES = vpopmail.c md5.c bigdir.c vauth.c file_lock.c vpalias.c seek.c vlimits.c maildirquota.c vutil.c vlistlib.c backfill.c client.c conf.c ippp.c
|
|
CONFIG_CLEAN_FILES = vauth.c cdb/conf-cc cdb/conf-ld cdb/compile cdb/load
|
|
-MYSQLCONF = $(DESTDIR)@vpopmaildir@/etc/vpopmail.mysql
|
|
-VLIMITS = $(DESTDIR)@vpopmaildir@/etc/vlimits.default
|
|
-VUSAGECCONF = $(DESTDIR)@vpopmaildir@/etc/vusagec.conf
|
|
+MYSQLCONF = $(DESTDIR)@vpopmaildir@/etc/vpopmail.mysql-dist
|
|
+VLIMITS = $(DESTDIR)@vpopmaildir@/etc/vlimits.default-dist
|
|
+VUSAGECCONF = $(DESTDIR)@vpopmaildir@/etc/vusagec.conf-dist
|
|
noinst_LIBRARIES = libvpopmail.a
|
|
libvpopmail_a_SOURCES = $(COMMONSOURCES)
|
|
libvpopmail_a_LIBADD = cdb/*.o
|