pkgsrc-wip/emirror/patches/patch-aa
Holger Weiß 5a03535434 Initial import of EMirror, version 2.1.21
EMirror is a FTP mirroring tool written in Python. It supports many
features for controlling the mirror (include/exclude of files, special
watermarks for deleting files, download just the latest version of some
program), as well as producing nice HTML or PHP output.

This package depends on Python >= 1.5.2
2003-04-18 19:22:22 +00:00

15 lines
600 B
Text

$NetBSD: patch-aa,v 1.1.1.1 2003/04/18 19:22:23 hweiss Exp $
--- Makefile.in.orig 2002-04-05 18:45:53.000000000 +0200
+++ Makefile.in
@@ -26,8 +26,8 @@ install :
@$(INSTALL) -m 644 ftplibbeta.py $(libdir)
@echo Copying example configuration files to $(etcdir) ...
@$(INSTALL) -d $(etcdir)
- @$(INSTALL) -b -m 644 etc/*.cfg $(etcdir)
- @$(INSTALL) -b -m 644 etc/email-addresses $(etcdir)
+ @$(INSTALL) -m 644 etc/*.cfg $(etcdir)
+ @$(INSTALL) -m 644 etc/email-addresses $(etcdir)
@$(INSTALL) -m 644 etc/*.template $(etcdir)
@$(INSTALL) -d $(etcdir)/active
@$(INSTALL) -d $(etcdir)/unused