diff options
author | tron <tron> | 1999-04-14 21:39:01 +0000 |
---|---|---|
committer | tron <tron> | 1999-04-14 21:39:01 +0000 |
commit | 148d39ac09639f24712b0e9083727f6f5336e4ca (patch) | |
tree | bbaa4216e40e5290bddc14a02309232c2868acfd /sysutils/fileutils/Makefile | |
parent | 433af7ab385e0f77d7f4d27b335e2fc3a9e905f8 (diff) | |
download | pkgsrc-148d39ac09639f24712b0e9083727f6f5336e4ca.tar.gz |
Remove unnecessary slash from master site list.
Diffstat (limited to 'sysutils/fileutils/Makefile')
-rw-r--r-- | sysutils/fileutils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/fileutils/Makefile b/sysutils/fileutils/Makefile index ef0edb0b2a8..014e522f4d5 100644 --- a/sysutils/fileutils/Makefile +++ b/sysutils/fileutils/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 1999/03/06 09:02:57 tron Exp $ +# $NetBSD: Makefile,v 1.5 1999/04/14 21:39:05 tron Exp $ DISTNAME= fileutils-3.16 CATEGORIES= sysutils -MASTER_SITES= ${MASTER_SITE_GNU:=/fileutils/} +MASTER_SITES= ${MASTER_SITE_GNU:=fileutils/} MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.gnu.org/software/fileutils/fileutils.html |