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-xemacs21-mule | |
parent | f02c8447ad4c01208b4d582342485ba43b9e0b43 (diff) |
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-xemacs21-mule')
-rw-r--r-- | editors/psgml-xemacs21-mule/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/psgml-xemacs21-mule/Makefile b/editors/psgml-xemacs21-mule/Makefile index 29187bf21753..23309cdd4ed8 100644 --- a/editors/psgml-xemacs21-mule/Makefile +++ b/editors/psgml-xemacs21-mule/Makefile @@ -10,7 +10,7 @@ MAINTAINER= kuriyama@FreeBSD.org # This is a slave port. PORTCLASS= slave -MASTERDIR= ${.CURDIR}/../psgml-emacs +MASTERDIR= ${.CURDIR}/../psgml # emacs port setup EMACS_PORT_NAME= xemacs21-mule |