diff options
author | jkh <jkh@FreeBSD.org> | 1994-11-10 20:17:17 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-11-10 20:17:17 +0800 |
commit | cfab0c5f60c6c1dff9b103d609ea18c1275e78b1 (patch) | |
tree | 0d0855cd5a8bb40c2042d0a058da8548f0b68928 /games/jetpack/Makefile | |
parent | ea40fd1101322c6e989a365d92d7cf219aea01f5 (diff) | |
download | freebsd-ports-gnome-cfab0c5f60c6c1dff9b103d609ea18c1275e78b1.tar.gz freebsd-ports-gnome-cfab0c5f60c6c1dff9b103d609ea18c1275e78b1.tar.zst freebsd-ports-gnome-cfab0c5f60c6c1dff9b103d609ea18c1275e78b1.zip |
I found the problem with the MASTER_SITES line. There was an extra
colon in there.
Diffstat (limited to 'games/jetpack/Makefile')
-rw-r--r-- | games/jetpack/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/jetpack/Makefile b/games/jetpack/Makefile index a1d08604b54e..cfc150eae017 100644 --- a/games/jetpack/Makefile +++ b/games/jetpack/Makefile @@ -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) |