diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2001-12-03 17:51:27 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2001-12-03 17:51:27 +0800 |
commit | c39288a131ca84cc7fe57f3cb6a1519644212b67 (patch) | |
tree | 0450bd1f01cac9609b92a783228d5205fc3ab89c /editors/psgml-emacs20 | |
parent | 8e952fd24f1d358cddbb4140a97e2b2ce43aba45 (diff) | |
download | freebsd-ports-gnome-c39288a131ca84cc7fe57f3cb6a1519644212b67.tar.gz freebsd-ports-gnome-c39288a131ca84cc7fe57f3cb6a1519644212b67.tar.zst freebsd-ports-gnome-c39288a131ca84cc7fe57f3cb6a1519644212b67.zip |
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-emacs20')
-rw-r--r-- | editors/psgml-emacs20/Makefile | 2 | ||||
-rw-r--r-- | editors/psgml-emacs20/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/editors/psgml-emacs20/Makefile b/editors/psgml-emacs20/Makefile index edd0fcf02353..971a234cc328 100644 --- a/editors/psgml-emacs20/Makefile +++ b/editors/psgml-emacs20/Makefile @@ -10,7 +10,7 @@ MAINTAINER= shige@FreeBSD.org # This is a slave port. PORTCLASS= slave -MASTERDIR= ${.CURDIR}/../psgml-emacs +MASTERDIR= ${.CURDIR}/../psgml # emacs port setup EMACS_PORT_NAME= emacs20 diff --git a/editors/psgml-emacs20/pkg-descr b/editors/psgml-emacs20/pkg-descr index b93c2dd44a1b..e95327d78adc 100644 --- a/editors/psgml-emacs20/pkg-descr +++ b/editors/psgml-emacs20/pkg-descr @@ -11,7 +11,7 @@ editing of attribute values in a separate window with information about types and defaults, and structure based editing. PSGML is installed the following directory tree: - ${LOCALBASE}/share/emacs/site-lisp/psgml/ + ${PREFIX}/share/emacs/site-lisp/psgml/ To use psgml, put the following setup into your ~/.emacs: |