1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-03 22:23:24 +00:00
freebsd-ports/misc/gnuls/files/patch-ab
Bill Fenner cfd8def0db Update to use fileutils-3.16 (forgot "cvs add" the first time)
PR:             ports/4267
Submitted by:   Brian Clapper <bmc@WillsCreek.COM>
1997-09-18 17:41:30 +00:00

21 lines
858 B
Plaintext

*** intl/Makefile.in.orig Sun Aug 10 18:05:44 1997
--- intl/Makefile.in Sun Aug 10 18:06:26 1997
***************
*** 97,103 ****
# where configure found a previously installed GNU gettext library.
# If you want to use the one which comes with this version of the
# package, you have to use `configure --with-included-gettext'.
! install: install-exec install-data
install-exec: all
if test "$(PACKAGE)" = "gettext" \
&& test '@INTLOBJS@' = '$(GETTOBJS)'; then \
--- 97,104 ----
# where configure found a previously installed GNU gettext library.
# If you want to use the one which comes with this version of the
# package, you have to use `configure --with-included-gettext'.
! install:
! @echo "Nothing to install in intl"
install-exec: all
if test "$(PACKAGE)" = "gettext" \
&& test '@INTLOBJS@' = '$(GETTOBJS)'; then \