diff options
author | obrien <obrien@FreeBSD.org> | 2000-02-08 07:42:16 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-02-08 07:42:16 +0800 |
commit | 8f5037bf4f0694dbc93f9ee6532e4d49f680bcae (patch) | |
tree | a51aaac59d35608081d42f8328b82552b6aeea76 /emulators | |
parent | 5b02f0f927c56bda40a434257d7372fbc0b9ba33 (diff) | |
download | freebsd-ports-gnome-8f5037bf4f0694dbc93f9ee6532e4d49f680bcae.tar.gz freebsd-ports-gnome-8f5037bf4f0694dbc93f9ee6532e4d49f680bcae.tar.zst freebsd-ports-gnome-8f5037bf4f0694dbc93f9ee6532e4d49f680bcae.zip |
Change version number to match the libc.so in the distfile. It seems
these are not the Tru64 libs, but rather the Digital Unix 4.0f libs.
Note that the new version number is "lower" than the previous one.
Submitted by: gallatin
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/osf1_base/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/osf1_base/Makefile b/emulators/osf1_base/Makefile index 43458f9c8ae5..1a1e30b94738 100644 --- a/emulators/osf1_base/Makefile +++ b/emulators/osf1_base/Makefile @@ -8,7 +8,7 @@ # DISTNAME= netscape-4.7-1.alpha -PKGNAME= osf1_base-5.0 +PKGNAME= osf1_base-4.0f CATEGORIES= emulators MASTER_SITES= ftp://ftp.digital.com/private/netscape/ EXTRACT_SUFX= .rpm |