diff options
author | dbj <dbj@pkgsrc.org> | 1999-02-28 10:39:29 +0000 |
---|---|---|
committer | dbj <dbj@pkgsrc.org> | 1999-02-28 10:39:29 +0000 |
commit | 77adeb3ade51b39b6e9d70c3d7ff8f9772189d24 (patch) | |
tree | 6637712db6e178277900eefcf165e1b6d76d0677 /lang | |
parent | 1d74126ae3930d639e9bb02e80913cb4c4ac689f (diff) | |
download | pkgsrc-77adeb3ade51b39b6e9d70c3d7ff8f9772189d24.tar.gz |
Updated MASTER_SITES for elisp-manual to handle the gnu ftp reorganization.
Added elisp-manual to it's parent directory's makefile.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Makefile | 3 | ||||
-rw-r--r-- | lang/elisp-manual/Makefile | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/lang/Makefile b/lang/Makefile index f95fee7a0ff..9af92c30595 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 1999/01/31 03:48:18 jwise Exp $ +# $NetBSD: Makefile,v 1.23 1999/02/28 10:39:29 dbj Exp $ # FreeBSD Id: Makefile,v 1.82 1997/09/30 07:49:24 asami Exp # @@ -10,6 +10,7 @@ SUBDIR += clisp # SUBDIR += cmucl # SUBDIR += eiffel + SUBDIR += elisp-manual SUBDIR += elk # SUBDIR += eperl SUBDIR += expect diff --git a/lang/elisp-manual/Makefile b/lang/elisp-manual/Makefile index ae6f37691fd..f4f875e729a 100644 --- a/lang/elisp-manual/Makefile +++ b/lang/elisp-manual/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 1998/10/18 19:55:15 dbj Exp $ +# $NetBSD: Makefile,v 1.2 1999/02/28 10:39:29 dbj Exp $ DISTNAME= elisp-manual-20-2.5 CATEGORIES= lang -MASTER_SITES= ${MASTER_SITE_GNU} +MASTER_SITES= ${MASTER_SITE_GNU:=/emacs/} MAINTAINER= dbj@netbsd.org HOMEPAGE= http://www.gnu.org/software/emacs/emacs.html |