mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
12 lines
317 B
Plaintext
12 lines
317 B
Plaintext
--- drill/Makefile.in.orig 2014-01-10 21:04:41 UTC
|
|
+++ drill/Makefile.in
|
|
@@ -98,7 +98,7 @@ doc:
|
|
|
|
install: all
|
|
$(INSTALL) -d $(DESTDIR)$(bindir)
|
|
- $(INSTALL) drill $(DESTDIR)$(bindir)/drill
|
|
+ $(INSTALL) -s drill $(DESTDIR)$(bindir)/drill
|
|
$(INSTALL) -m 644 drill.1 $(DESTDIR)$(mandir)/man1/drill.1
|
|
|
|
uninstall:
|