diff options
author | tron <tron@pkgsrc.org> | 1999-04-14 21:39:01 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-04-14 21:39:01 +0000 |
commit | 9c4c0c2b50d083c8f28038c8732489282b101546 (patch) | |
tree | bbaa4216e40e5290bddc14a02309232c2868acfd /lang/elisp-manual | |
parent | 8704df115e8017340ecdd3807c35958c311fb80d (diff) | |
download | pkgsrc-9c4c0c2b50d083c8f28038c8732489282b101546.tar.gz |
Remove unnecessary slash from master site list.
Diffstat (limited to 'lang/elisp-manual')
-rw-r--r-- | lang/elisp-manual/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/elisp-manual/Makefile b/lang/elisp-manual/Makefile index f4f875e729a..d8c4f7acaa8 100644 --- a/lang/elisp-manual/Makefile +++ b/lang/elisp-manual/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 1999/02/28 10:39:29 dbj Exp $ +# $NetBSD: Makefile,v 1.3 1999/04/14 21:39:04 tron Exp $ DISTNAME= elisp-manual-20-2.5 CATEGORIES= lang -MASTER_SITES= ${MASTER_SITE_GNU:=/emacs/} +MASTER_SITES= ${MASTER_SITE_GNU:=emacs/} MAINTAINER= dbj@netbsd.org HOMEPAGE= http://www.gnu.org/software/emacs/emacs.html |