diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2001-12-03 09:51:27 +0000 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2001-12-03 09:51:27 +0000 |
commit | c39288a131ca84cc7fe57f3cb6a1519644212b67 (patch) | |
tree | 0450bd1f01cac9609b92a783228d5205fc3ab89c /editors/psgml | |
parent | 8e952fd24f1d358cddbb4140a97e2b2ce43aba45 (diff) | |
download | FreeBSD-ports-c39288a131ca84cc7fe57f3cb6a1519644212b67.zip FreeBSD-ports-c39288a131ca84cc7fe57f3cb6a1519644212b67.tar.gz |
Add master port of psgml-* variant as editors/psgml (default is emacs21).
Add editors/psgml-emacs19 stub for emacs19.
Modify to use new location of master port on each variants.
Approved by: maintainer
Repocopied by: joe
Diffstat (limited to 'editors/psgml')
-rw-r--r-- | editors/psgml/Makefile | 2 | ||||
-rw-r--r-- | editors/psgml/pkg-comment | 2 | ||||
-rw-r--r-- | editors/psgml/pkg-descr | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/editors/psgml/Makefile b/editors/psgml/Makefile index 8fe9926..b02da3d 100644 --- a/editors/psgml/Makefile +++ b/editors/psgml/Makefile @@ -26,7 +26,7 @@ PLIST_SUB= PSGML_STARTUPEL=${PSGML_STARTUPEL} PORTCLASS?= master .if (${PORTCLASS} == "master") -EMACS_PORT_NAME= emacs +EMACS_PORT_NAME= emacs21 .endif .include <bsd.port.pre.mk> diff --git a/editors/psgml/pkg-comment b/editors/psgml/pkg-comment index 9193bbb..fd7e568 100644 --- a/editors/psgml/pkg-comment +++ b/editors/psgml/pkg-comment @@ -1 +1 @@ -A major mode for editing SGML and XML documents for emacs +A major mode for editing SGML and XML documents for emacs21 diff --git a/editors/psgml/pkg-descr b/editors/psgml/pkg-descr index a7d1895..d002f89 100644 --- a/editors/psgml/pkg-descr +++ b/editors/psgml/pkg-descr @@ -1,4 +1,4 @@ -PSGML: a major mode for editing SGML and XML documents for emacs. +PSGML: a major mode for editing SGML and XML documents for emacs21. --- Emacs Library Porting |