mirror of https://git.FreeBSD.org/ports.git
I found the problem with the MASTER_SITES line. There was an extra
colon in there.
This commit is contained in:
parent
3450afe8de
commit
1314741226
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue