pkgsrc/sysutils/detox/patches/patch-aa
minskim 10a6064f33 Import detox from pkgsrc-wip. Packaged by Bartosz Kuzma.
Detox is a utility designed to clean up filenames.  It replaces
difficult to work with characters, such as spaces, with standard
equivalents.  It will also clean up filenames with UTF-8 or Latin-1
(or CP-1252) characters in them.
2005-12-01 03:32:03 +00:00

13 lines
435 B
Text

$NetBSD: patch-aa,v 1.1.1.1 2005/12/01 03:32:03 minskim Exp $
--- Makefile.in.orig 2005-08-28 07:46:30.000000000 +0200
+++ Makefile.in
@@ -124,7 +124,7 @@ install-safe-config:
fi
install-unsafe-config:
- ${INSTALL} -m 644 detoxrc ${DESTDIR}${sysconfdir}
+# ${INSTALL} -m 644 detoxrc ${DESTDIR}${sysconfdir}
${INSTALL} -m 644 iso8859_1.tbl ${DESTDIR}${datadir}/detox
${INSTALL} -m 644 unicode.tbl ${DESTDIR}${datadir}/detox