mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
bbff923854
PR: ports/58176 Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
14 lines
394 B
Plaintext
14 lines
394 B
Plaintext
--- lib/pixrect/Imakefile.orig Mon Sep 29 00:02:40 2003
|
|
+++ lib/pixrect/Imakefile Mon Sep 29 00:02:40 2003
|
|
@@ -41,8 +41,8 @@
|
|
all::
|
|
|
|
#if InstallPixrectHeaders
|
|
-BuildIncludes($(HEADERS),$(PIXRECT_INCDIR),/**/)
|
|
-BuildIncludes($(HEADERS2),$(INCDIR),/**/)
|
|
+BuildIncludes($(HEADERS),$(PIXRECT_INCDIR),.)
|
|
+BuildIncludes($(HEADERS2),$(INCDIR),.)
|
|
|
|
install::
|
|
$(MKDIRHIER) $(PIXRECT_HEADER_DEST)
|