mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 11:40:31 -04:00
11 lines
295 B
Text
11 lines
295 B
Text
--- Makefile.orig 2018-07-18 16:17:10 UTC
|
|
+++ Makefile
|
|
@@ -395,7 +395,7 @@ endif
|
|
mkdir -p $(PKGCFGDIR)
|
|
$(INSTALL_DATA) $(PKGCFGF) $(PKGCFGDIR)/
|
|
mkdir -p $(BINDIR)
|
|
- $(INSTALL_LIB) cstool/cstool $(BINDIR)
|
|
+ $(INSTALL_BIN) cstool/cstool $(BINDIR)
|
|
|
|
uninstall:
|
|
rm -rf $(INCDIR)/$(LIBNAME)
|