747c08ed6f
Too many changes and bugfixes to list here, see installed file ${PREFIX}/share/doc/sympa/NEWS. Highlights of package changes: use regular PREFIX, pervasive use of bsd.pkg.install.mk framework, add dependencies on mhonarc package and openssl, use bsd.options.mk framework to select MySQL or PostgreSQL support, introduce SYMPA_VARBASE to select "/var" directory (defaults to ${VARBASE}/sympa). Take stewardship with previous maintainer blessing. XXX Better startup script(s) than the ones I use should be provided, so I'm not including them in this package.
13 lines
348 B
Text
13 lines
348 B
Text
$NetBSD: patch-ac,v 1.2 2004/09/26 20:13:34 seb Exp $
|
|
|
|
--- src/etc/script/Makefile.orig 2003-05-12 09:32:42.000000000 +0000
|
|
+++ src/etc/script/Makefile
|
|
@@ -30,7 +30,7 @@ SCRIPTDIR = $(SBINDIR)
|
|
|
|
all:
|
|
|
|
-install: makedir installsrc installsubstsrc installinit
|
|
+install: makedir installsrc installsubstsrc
|
|
|
|
clean:
|
|
rm -rf $(DESTDIR)$(SCRIPTDIR)
|