mirror of
https://git.freebsd.org/ports.git
synced 2025-07-04 02:49:14 -04:00
- use of official master site - remove 'expect' from CONFLICTS - remove DOCS option - binaries are stripped by default - help files are linked relatively Approved by: crees (maintainer), jpaetzel (mentor)
15 lines
400 B
Text
15 lines
400 B
Text
--- help/Makefile.in.orig 2016-12-13 14:45:17 UTC
|
|
+++ help/Makefile.in
|
|
@@ -88,9 +88,10 @@ install:
|
|
$(INSTALL_DATA) $$help $(DESTDIR)$(uhelpdir); \
|
|
fi \
|
|
done
|
|
- @for link in $(SYMLINKS); do \
|
|
+ @cd $(DESTDIR)$(uhelpdir); \
|
|
+ for link in $(SYMLINKS); do \
|
|
rm -f $(DESTDIR)$(uhelpdir)/$$link; \
|
|
- ln -s $(ohelpdir)/$$link $(DESTDIR)$(uhelpdir); \
|
|
+ ln -s ../opers/$$link $$link; \
|
|
done
|
|
|
|
|