diff options
author | Peter Hawkins <thepish@FreeBSD.org> | 1999-02-21 03:59:37 +0000 |
---|---|---|
committer | Peter Hawkins <thepish@FreeBSD.org> | 1999-02-21 03:59:37 +0000 |
commit | d934bfcab88b86f2f1ff6b19891d7b3e7dc83260 (patch) | |
tree | e90408d565f7d48e3eba438851f830dc73718f08 /x11-toolkits/xmhtml | |
parent | A pretty awesome widget - the best HTML browser widget I have seen (diff) |
Minor fix (put include files in <include/XmHTML> )
Notes
Notes:
svn path=/head/; revision=16806
Diffstat (limited to 'x11-toolkits/xmhtml')
-rw-r--r-- | x11-toolkits/xmhtml/files/patch-aa | 2 | ||||
-rw-r--r-- | x11-toolkits/xmhtml/pkg-plist | 11 |
2 files changed, 7 insertions, 6 deletions
diff --git a/x11-toolkits/xmhtml/files/patch-aa b/x11-toolkits/xmhtml/files/patch-aa index 3a22fa315461..65a044da0d4a 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 a8ec24bb74b5..e602e1b6ad63 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 |