diff options
author | tron <tron> | 1999-04-14 21:39:01 +0000 |
---|---|---|
committer | tron <tron> | 1999-04-14 21:39:01 +0000 |
commit | fe0ef5f1814ac75f2c52f26d6b59dc442eaeff23 (patch) | |
tree | bbaa4216e40e5290bddc14a02309232c2868acfd /sysutils | |
parent | 238c85b981bfde12c686bb39e79cbc6fe857bd57 (diff) | |
download | pkgsrc-fe0ef5f1814ac75f2c52f26d6b59dc442eaeff23.tar.gz |
Remove unnecessary slash from master site list.
Diffstat (limited to 'sysutils')
-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 |