diff options
author | wiz <wiz> | 2003-03-22 04:12:39 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-03-22 04:12:39 +0000 |
commit | 01a9b35cc71f0ab1c21a7253f0a2fa189fc7ea62 (patch) | |
tree | d11cb64d7e1fb72f09c80edec483459223bba2fb /misc/fep | |
parent | d7cc85fed9405be7f4a87b4b23de2f0bccf70ad2 (diff) | |
download | pkgsrc-01a9b35cc71f0ab1c21a7253f0a2fa189fc7ea62.tar.gz |
Fix MASTER_SITE path.
Diffstat (limited to 'misc/fep')
-rw-r--r-- | misc/fep/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/fep/Makefile b/misc/fep/Makefile index d3163a10d80..00fbc83e1e7 100644 --- a/misc/fep/Makefile +++ b/misc/fep/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2003/03/09 04:39:29 salo Exp $ +# $NetBSD: Makefile,v 1.10 2003/03/22 04:12:39 wiz Exp $ # FreeBSD Id: Makefile,v 1.2 1996/11/11 05:49:31 obrien Exp # @@ -6,7 +6,7 @@ DISTNAME= fep PKGNAME= fep-1.0 PKGREVISION= 1 CATEGORIES= misc -MASTER_SITES= ftp://ftp.sra.co.jp/pub/cmd/ +MASTER_SITES= ftp://ftp.sra.co.jp/pub/cmd/fep/ MAINTAINER= nobu@psrc.isac.co.jp COMMENT= General purpose front end for command line editing |