mirror of
https://git.freebsd.org/ports.git
synced 2025-07-12 06:49:18 -04:00
Install the binaries, not just libtool wrapper scripts. Install library (required for the binaries to work), headers, and pkgconfig. Modernize: new LIB_DEPENDS, USES=libtool, staging, strip libraries. Take maintainership. Approved by: maintainer timeout (implicit: no maintainer updates since 2008)
14 lines
429 B
Text
14 lines
429 B
Text
|
|
$FreeBSD$
|
|
|
|
--- Makefile.in.orig
|
|
+++ Makefile.in
|
|
@@ -4594,7 +4594,7 @@
|
|
# to install the *.a and *.so* files as well, which is why you don't see them
|
|
# explicitly mentioned here.
|
|
#
|
|
-install-libdir: $(libdir)/libsrecord.la $(libdir)/pkgconfig/srecord.pc
|
|
+install-libdir: $(libdir)/libsrecord.la
|
|
|
|
install-man: $(mandir)/man1/srec_cat.1 $(mandir)/man1/srec_cmp.1 \
|
|
$(mandir)/man1/srec_examples.1 $(mandir)/man1/srec_info.1 \
|