I found the problem with the MASTER_SITES line. There was an extra

colon in there.
This commit is contained in:
Jordan K. Hubbard 1994-11-10 12:17:17 +00:00
parent 3450afe8de
commit 1314741226
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
DISTNAME= jetpack
DISTFILES= jetpack.tar.Z
USE_IMAKE= yes
MASTER_SITES= ftp://iraun1.ira.uka.de:/pub/x11/
MASTER_SITES= ftp://iraun1.ira.uka.de/pub/x11/
pre-install:
@(cd ${WRKSRC}; ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} install.man)