Date: Fri, 15 Sep 2000 09:00:01 -0700 (PDT) From: Leo Kim <leo@florida.sarang.net> To: freebsd-ports@FreeBSD.org Subject: Re: ports/21293: New Port: An emacs major mode for editing SGML and XML DTDs Message-ID: <200009151600.JAA90201@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/21293; it has been noted by GNATS. From: Leo Kim <leo@florida.sarang.net> To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: ports/21293: New Port: An emacs major mode for editing SGML and XML DTDs Date: Fri, 15 Sep 2000 11:50:18 -0400 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> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200009151600.JAA90201>