summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorJohn Polstra <jdp@FreeBSD.org>2000-10-03 16:48:13 +0000
committerJohn Polstra <jdp@FreeBSD.org>2000-10-03 16:48:13 +0000
commit2e105ea4079d22dd423cc9651c4eafaef20fafc5 (patch)
treea253a0eb57008a8c6ca8cf0e77b9865f222fad84 /lang
parentUpdate to version 000919 (diff)
Correct an error in the distfile name for the FreeBSD4 target.
Submitted by: Motoyuki Konno <motoyuki@FreeBSD.org>
Diffstat (limited to 'lang')
-rw-r--r--lang/pm3-base/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/pm3-base/Makefile b/lang/pm3-base/Makefile
index 97fdfb63af6b..062bd0e21483 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"