diff options
author | OKAZAKI Tetsurou <okazaki@FreeBSD.org> | 2002-01-07 21:22:22 +0000 |
---|---|---|
committer | OKAZAKI Tetsurou <okazaki@FreeBSD.org> | 2002-01-07 21:22:22 +0000 |
commit | dc4202d43192523efee4f4ba8c5e3858652d1c6b (patch) | |
tree | a207f46bc659207cfb42e1427d97f01dfe59860c /devel/elib-emacs20 | |
parent | f413ea529da3cd29dd2bfdc04c816125df3d05fc (diff) | |
download | ports-dc4202d43192523efee4f4ba8c5e3858652d1c6b.tar.gz ports-dc4202d43192523efee4f4ba8c5e3858652d1c6b.zip |
Restructuring of the Elib port.
- use `elib' as the Elib master port instead of `elib-emacs'.
- add `elib-emacs19' as a satellite port for the Emacs 19 support.
- connect `elib' and `elib-emacs19'
- disconnect `elib-emacs'
Notes
Notes:
svn path=/head/; revision=52733
Diffstat (limited to 'devel/elib-emacs20')
-rw-r--r-- | devel/elib-emacs20/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/elib-emacs20/Makefile b/devel/elib-emacs20/Makefile index 779fdc87ddf1..84db5b6c80b7 100644 --- a/devel/elib-emacs20/Makefile +++ b/devel/elib-emacs20/Makefile @@ -10,7 +10,7 @@ MAINTAINER= okazaki@FreeBSD.org # This is a slave port. PORTCLASS= slave -MASTERDIR= ${.CURDIR}/../../devel/elib-emacs +MASTERDIR= ${.CURDIR}/../../devel/elib # emacs port setup EMACS_PORT_NAME= emacs20 |