freebsd-ports/sysutils/dateutils/files/patch-lib__Makefile.in
Jason E. Hale c2c3979019 - New port: sysutils/dateutils
Dateutils are a collection of tools that revolve around manipulating
dates and times on the command line.  Commands included in the suite
offer ways of converting dates between calendars, computing durations
between dates, and finding dates in input streams.

WWW: http://www.fresse.org/dateutils/

PR:             ports/187663 (based on)
Submitted by:   Jesse <jessefrgsmith@yahoo.ca>
2014-03-28 22:24:15 +00:00

16 lines
567 B
Text

--- ./lib/Makefile.in.orig 2014-03-27 23:56:38.000000000 -0400
+++ ./lib/Makefile.in 2014-03-27 23:57:13.000000000 -0400
@@ -363,13 +363,6 @@
$(INSTALL_DATA) $$list2 "$(DESTDIR)$(libdir)" || exit $$?; }
@$(POST_INSTALL)
@list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
- for p in $$list; do \
- if test -f $$p; then \
- $(am__strip_dir) \
- echo " ( cd '$(DESTDIR)$(libdir)' && $(RANLIB) $$f )"; \
- ( cd "$(DESTDIR)$(libdir)" && $(RANLIB) $$f ) || exit $$?; \
- else :; fi; \
- done
uninstall-libLIBRARIES:
@$(NORMAL_UNINSTALL)