openbsd-ports/graphics/netpbm/patches/patch-GNUmakefile
naddy bf83427c09 Update to 10.35.75. This jumps to the latest "super stable" branch
and adds pamx, a minimal X11 viewer for files in the various netpbm
formats.
2010-07-02 02:54:59 +00:00

13 lines
503 B
Plaintext

$OpenBSD: patch-GNUmakefile,v 1.5 2010/07/02 02:54:59 naddy Exp $
--- GNUmakefile.orig Wed Jun 30 02:04:26 2010
+++ GNUmakefile Wed Jun 30 02:04:50 2010
@@ -361,7 +361,7 @@ install-dev: install.hdr install.staticlib install.lib
install.hdr: $(PKGDIR)/include
$(MAKE) -C lib -f $(SRCDIR)/lib/Makefile \
SRCDIR=$(SRCDIR) BUILDDIR=$(BUILDDIR) install.hdr
- $(INSTALL) -c -m $(INSTALL_PERM_HDR) \
+ $(BSD_INSTALL_DATA) \
$(BUILDDIR)/pm_config.h $(PKGDIR)/include
ifeq ($(STATICLIB_TOO),y)