summaryrefslogtreecommitdiff
path: root/graphics/png++/files
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2019-09-02 05:11:37 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2019-09-02 05:11:37 +0000
commitea763aa5628141b372727bdd271d6ad7013e9671 (patch)
tree68fb96ae3a84c81f6f3d10e56b6118585e442988 /graphics/png++/files
parentBump PORTREVISION that should have happened in r510754 but didn't due (diff)
New port: graphics/png++: C++ wrapper for libpng library
Diffstat (limited to 'graphics/png++/files')
-rw-r--r--graphics/png++/files/patch-Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/graphics/png++/files/patch-Makefile b/graphics/png++/files/patch-Makefile
new file mode 100644
index 000000000000..734936eb3f96
--- /dev/null
+++ b/graphics/png++/files/patch-Makefile
@@ -0,0 +1,25 @@
+--- Makefile.orig 2015-10-25 19:42:45 UTC
++++ Makefile
+@@ -47,18 +47,18 @@ dist_files := $(build_files) $(doc_files) \
+ $(headers) $(sources)
+ dist_subdirs := example test
+
+-all: examples
++all:
+
+ install: install-headers install-docs
+
+ uninstall: uninstall-headers uninstall-docs
+
+ install-headers:
+- mkdir -p $(PREFIX)/include/png++
+- cp $(headers) $(PREFIX)/include/png++
++ mkdir -p $(DESTDIR)$(PREFIX)/include/png++
++ cp $(headers) $(DESTDIR)$(PREFIX)/include/png++
+
+ uninstall-headers:
+- rm -rf $(PREFIX)/include/png++
++ rm -rf $(DESTDIR)$(PREFIX)/include/png++
+
+ dist: dist-mkdir dist-copy-files dist-package
+