summaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorthepish <thepish@FreeBSD.org>1999-02-21 03:59:37 +0000
committerthepish <thepish@FreeBSD.org>1999-02-21 03:59:37 +0000
commitd2c24d03f566bf6c2d0d22fa2eeda22ef998fd9a (patch)
tree762a96c387f1db0b38162658f5695d502419217e /x11-toolkits
parent78d9ee24e5940efd7e1883317f314f69a1447e1e (diff)
downloadFreeBSD-ports-d2c24d03f566bf6c2d0d22fa2eeda22ef998fd9a.zip
FreeBSD-ports-d2c24d03f566bf6c2d0d22fa2eeda22ef998fd9a.tar.gz
Minor fix (put include files in <include/XmHTML> )
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/xmhtml/files/patch-aa2
-rw-r--r--x11-toolkits/xmhtml/pkg-plist11
2 files changed, 7 insertions, 6 deletions
diff --git a/x11-toolkits/xmhtml/files/patch-aa b/x11-toolkits/xmhtml/files/patch-aa
index 3a22fa3..65a044d 100644
--- a/x11-toolkits/xmhtml/files/patch-aa
+++ b/x11-toolkits/xmhtml/files/patch-aa
@@ -9,7 +9,7 @@
XCOMM This specifies where the XmHTML header files will be installed
-#define XmHTMLIncDir $(INCROOT)/XmHTML
-+#define XmHTMLIncDir /usr/X11R6/include
++#define XmHTMLIncDir /usr/X11R6/include/XmHTML
XCOMM You may need to modify the following DEFINES as follows:
XCOMM if your system doesn't provide str[n]casecmp, add -DNEED_STRCASECMP
diff --git a/x11-toolkits/xmhtml/pkg-plist b/x11-toolkits/xmhtml/pkg-plist
index a8ec24b..e602e1b 100644
--- a/x11-toolkits/xmhtml/pkg-plist
+++ b/x11-toolkits/xmhtml/pkg-plist
@@ -217,11 +217,11 @@ share/examples/XmHTML-1.1.0/examples/test-pages/unclosed1.html
lib/libXmHTML.a
lib/libXmHTML.so
lib/libXmHTML.so.1
-include/XmHTML.h
-include/XmHTMLP.h
-include/HTML.h
-include/Parser.h
-include/ParserP.h
+include/XmHTML/XmHTML.h
+include/XmHTML/XmHTMLP.h
+include/XmHTML/HTML.h
+include/XmHTML/Parser.h
+include/XmHTML/ParserP.h
@dirrm share/examples/XmHTML-1.1.0/examples/test-pages
@dirrm share/examples/XmHTML-1.1.0/examples
@dirrm share/examples/XmHTML-1.1.0/book
@@ -229,3 +229,4 @@ include/ParserP.h
@dirrm share/examples/XmHTML-1.1.0
@dirrm share/doc/XmHTML-1.1.0/man
@dirrm share/doc/XmHTML-1.1.0
+@dirrm include/XmHTML
OpenPOWER on IntegriCloud