diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2001-12-03 09:51:27 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2001-12-03 09:51:27 +0000 |
commit | 20d7bfd951a25610ff18e3e99d51b4d05676c8e1 (patch) | |
tree | a41255ecd911978617604576f42ab27eac59cf96 /editors/psgml-emacs20 | |
parent | f02c8447ad4c01208b4d582342485ba43b9e0b43 (diff) | |
download | ports-20d7bfd951a25610ff18e3e99d51b4d05676c8e1.tar.gz ports-20d7bfd951a25610ff18e3e99d51b4d05676c8e1.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
Notes
Notes:
svn path=/head/; revision=50954
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: |