f89da151de
Pkgsrc changes: - Add a startup script - Use SUBST_* framework (a lot) - Install documentation and man pages - Use CONF_FILES_* for installing config files App changes: - bugfixes - documentation updates - feature improvements - See the Changes file for full details
13 lines
461 B
Text
13 lines
461 B
Text
$NetBSD: patch-ab,v 1.1 2004/10/02 22:09:46 adrianp Exp $
|
|
|
|
--- data/Makefile.orig 2004-10-02 20:44:29.000000000 +0100
|
|
+++ data/Makefile 2004-10-02 20:44:38.000000000 +0100
|
|
@@ -12,8 +12,6 @@
|
|
all: # Nothing to do
|
|
|
|
install: all $(DATDEST)/helpfiles
|
|
- $(INSTALL_DAT) example-ircservices.conf "$(DATDEST)/example-ircservices.conf"
|
|
- $(INSTALL_DAT) example-modules.conf "$(DATDEST)/example-modules.conf"
|
|
|
|
$(DATDEST)/helpfiles:
|
|
$(CP_ALL) helpfiles "$(DATDEST)"
|