@@ -121,7 +121,7 @@ install: all installdirs install-lib
121121$(INSTALL_DATA ) $(srcdir ) /libpq-int.h' $(DESTDIR)$(includedir_internal)'
122122$(INSTALL_DATA ) $(srcdir ) /pqexpbuffer.h' $(DESTDIR)$(includedir_internal)'
123123$(INSTALL_DATA ) $(srcdir ) /pg_service.conf.sample' $(DESTDIR)$(datadir)/pg_service.conf.sample'
124- ifneq (,$findstring( $(PORTNAME ) , win32 cygwin))
124+ ifneq (,$( findstring $(PORTNAME ) , win32 cygwin) )
125125$(INSTALL_DATA) $(shlib) '$(DESTDIR)$(bindir)/$(shlib)'
126126endif
127127
@@ -130,7 +130,7 @@ installcheck:
130130
131131installdirs : installdirs-lib
132132$(MKDIR_P ) ' $(DESTDIR)$(includedir)' ' $(DESTDIR)$(includedir_internal)' ' $(DESTDIR)$(datadir)'
133- ifneq (,$findstring( $(PORTNAME ) , win32 cygwin))
133+ ifneq (,$( findstring $(PORTNAME ) , win32 cygwin) )
134134$(MKDIR_P) '$(DESTDIR)$(bindir)'
135135endif
136136
@@ -140,7 +140,7 @@ uninstall: uninstall-lib
140140rm -f' $(DESTDIR)$(includedir_internal)/libpq-int.h'
141141rm -f' $(DESTDIR)$(includedir_internal)/pqexpbuffer.h'
142142rm -f' $(DESTDIR)$(datadir)/pg_service.conf.sample'
143- ifneq (,$findstring( $(PORTNAME ) , win32 cygwin))
143+ ifneq (,$( findstring $(PORTNAME ) , win32 cygwin) )
144144rm -f '$(DESTDIR)$(bindir)/$(shlib)'
145145endif
146146