openbsd-ports/archivers/lxsplit/patches/patch-Makefile
jolan f75138777b import of lxsplit-1.0pre
lxsplit is a utility that facilitates join and split operations on
files.  It basically performs the same functions as cat(1) and
split(1), but has useful features such as warning if all parts aren't
available for a join operation.

ok naddy@
2003-06-23 00:40:57 +00:00

13 lines
401 B
Plaintext

$OpenBSD: patch-Makefile,v 1.1.1.1 2003/06/23 00:40:57 jolan Exp $
--- Makefile.orig Sat Jun 7 09:36:04 2003
+++ Makefile Sat Jun 7 14:21:39 2003
@@ -49,7 +49,7 @@ clean:
install:
install -c -p $(TARGET) $(INSTALL_PATH)
- install -c -p -d -m 644 $(PREFIX)/share/doc/lxsplit
+ install -d -m 755 $(PREFIX)/share/doc/lxsplit
install -c -p -m 644 README $(PREFIX)/share/doc/lxsplit
uninstall: