diff options
author | jdp <jdp@FreeBSD.org> | 2000-10-03 16:48:13 +0000 |
---|---|---|
committer | jdp <jdp@FreeBSD.org> | 2000-10-03 16:48:13 +0000 |
commit | 90dcf063d981b5d84e2b0fb07ccf65c9cf830d9a (patch) | |
tree | 0c4bafbcb366365d85622e385d6b60551ba5e3be | |
parent | b0edfed9d8312644694123ec74613a9df06fb36c (diff) | |
download | FreeBSD-ports-90dcf063d981b5d84e2b0fb07ccf65c9cf830d9a.zip FreeBSD-ports-90dcf063d981b5d84e2b0fb07ccf65c9cf830d9a.tar.gz |
Correct an error in the distfile name for the FreeBSD4 target.
Submitted by: Motoyuki Konno <motoyuki@FreeBSD.org>
-rw-r--r-- | lang/pm3-base/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/pm3-base/Makefile b/lang/pm3-base/Makefile index 97fdfb6..062bd0e 100644 --- a/lang/pm3-base/Makefile +++ b/lang/pm3-base/Makefile @@ -55,7 +55,7 @@ BOOTSTRAP= pm3-${PORTVERSION}-${TARGET}-boot.tar.bz2 .else TARGET= FreeBSD4 TARGETDIR= freebsd-4 -BOOTSTRAP= pm3-${PORTVERSION}a-${TARGET}-boot.tar.bz2 +BOOTSTRAP= pm3-${PORTVERSION}-${TARGET}-boot.tar.bz2 .endif WORDSIZE= 32 .elif ${ARCH} == "alpha" |