diff options
author | John Polstra <jdp@FreeBSD.org> | 2000-10-03 16:48:13 +0000 |
---|---|---|
committer | John Polstra <jdp@FreeBSD.org> | 2000-10-03 16:48:13 +0000 |
commit | 2e105ea4079d22dd423cc9651c4eafaef20fafc5 (patch) | |
tree | a253a0eb57008a8c6ca8cf0e77b9865f222fad84 /lang/pm3-base/Makefile | |
parent | e55bf4f941682320731af3af3f11ef33d88d6e2e (diff) | |
download | ports-2e105ea4079d22dd423cc9651c4eafaef20fafc5.tar.gz ports-2e105ea4079d22dd423cc9651c4eafaef20fafc5.zip |
Notes
Diffstat (limited to 'lang/pm3-base/Makefile')
-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 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" |