summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjdp <jdp@FreeBSD.org>2000-10-03 16:48:13 +0000
committerjdp <jdp@FreeBSD.org>2000-10-03 16:48:13 +0000
commit90dcf063d981b5d84e2b0fb07ccf65c9cf830d9a (patch)
tree0c4bafbcb366365d85622e385d6b60551ba5e3be
parentb0edfed9d8312644694123ec74613a9df06fb36c (diff)
downloadFreeBSD-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/Makefile2
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"
OpenPOWER on IntegriCloud