| Summary: | An emacs major mode for editing SGML and XML DTDs | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Leo Kim <leo> | ||||
| Component: | Individual Port(s) | Assignee: | freebsd-ports (Nobody) <ports> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Leo Kim
2000-09-15 16:40:00 UTC
I found some mistakes immediately after I sent the pr 21293.
The document directory was misplaced.
Following is the patch to fix it.
Thank you.
Index: tdtd.el/Makefile
===================================================================
RCS file: /home/cvs/ports/local/tdtd.el/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tdtd.el/Makefile 2000/09/15 15:41:44 1.1
+++ tdtd.el/Makefile 2000/09/15 15:42:32 1.2
@@ -21,7 +21,7 @@
USE_ZIP= yes
ELISPDIR= ${PREFIX}/share/emacs/site-lisp
-DOCDIR= ${PREFIX}/doc
+DOCDIR= ${PREFIX}/share/doc
do-install:
${MKDIR} ${ELISPDIR}
Index: tdtd.el/pkg/PLIST
===================================================================
RCS file: /home/cvs/ports/local/tdtd.el/pkg/PLIST,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tdtd.el/pkg/PLIST 2000/09/15 15:41:44 1.1
+++ tdtd.el/pkg/PLIST 2000/09/15 15:42:32 1.2
@@ -1,8 +1,8 @@
share/emacs/site-lisp/tdtd.el
share/emacs/site-lisp/tdtd-font.el
-doc/tdtd.el/TODO
-doc/tdtd.el/changelog.txt
-doc/tdtd.el/dot_emacs
-doc/tdtd.el/readme.txt
-doc/tdtd.el/tutorial.txt
-@dirrm doc/tdtd.el
+share/doc/tdtd.el/TODO
+share/doc/tdtd.el/changelog.txt
+share/doc/tdtd.el/dot_emacs
+share/doc/tdtd.el/readme.txt
+share/doc/tdtd.el/tutorial.txt
+@dirrm share/doc/tdtd.el
--
Leo Kim <leo@florida.sarang.net>
State Changed From-To: open->closed Committed, really cool. |