SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
23
sysutils/moreutils/patches/patch-Makefile
Normal file
23
sysutils/moreutils/patches/patch-Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
Index: Makefile
|
||||
--- Makefile.orig
|
||||
+++ Makefile
|
||||
@@ -20,7 +20,7 @@ clean:
|
||||
is_utf8/*.o is_utf8/isutf8
|
||||
|
||||
isutf8: is_utf8/*.c is_utf8/*.h
|
||||
- $(MAKE) -C is_utf8/
|
||||
+ $(MAKE) -C is_utf8/ CC="${CC}" CFLAGS="${CFLAGS}"
|
||||
cp is_utf8/isutf8 .
|
||||
|
||||
install:
|
||||
@@ -28,8 +28,8 @@ install:
|
||||
$(INSTALL_BIN) $(BINS) $(DESTDIR)$(PREFIX)/bin
|
||||
install $(PERLSCRIPTS) $(DESTDIR)$(PREFIX)/bin
|
||||
|
||||
- mkdir -p $(DESTDIR)$(PREFIX)/share/man/man1
|
||||
- install -m 644 $(MANS) $(DESTDIR)$(PREFIX)/share/man/man1
|
||||
+ mkdir -p $(DESTDIR)$(PREFIX)/man/man1
|
||||
+ install -m 644 $(MANS) $(DESTDIR)$(PREFIX)/man/man1
|
||||
|
||||
uninstall:
|
||||
for i in $(BINS) $(PERLSCRIPTS); do rm -f $(DESTDIR)$(PREFIX)/bin/$$i; done
|
Loading…
Add table
Add a link
Reference in a new issue