diff options
author | Andreas Schulz <ats@FreeBSD.org> | 1994-11-16 16:11:30 +0000 |
---|---|---|
committer | Andreas Schulz <ats@FreeBSD.org> | 1994-11-16 16:11:30 +0000 |
commit | 5ef5b4930d2a508447e2e542832702c8e3d32276 (patch) | |
tree | a6b940be5c517047eeff89ba0e595084bf8f0857 /audio/tracker | |
parent | add expect (diff) |
Put a trailing slash to the MASTER_SITE specification, so that the ncftp
fetch will work.
Notes
Notes:
svn path=/head/; revision=385
Diffstat (limited to 'audio/tracker')
-rw-r--r-- | audio/tracker/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/tracker/Makefile b/audio/tracker/Makefile index 7679193efe52..d8187ddc85bb 100644 --- a/audio/tracker/Makefile +++ b/audio/tracker/Makefile @@ -3,11 +3,11 @@ # Date created: 2 Oct 1994 # Whom: swallace # -# $Id: Makefile,v 1.1.1.1 1994/09/28 07:27:40 swallace Exp $ +# $Id: Makefile,v 1.1.1.1 1994/10/02 23:15:01 swallace Exp $ # DISTNAME= tracker DISTFILES= tracker-4.3-linux.tar.gz -MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/apps/sound/players +MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/apps/sound/players/ .include <bsd.port.mk> |