diff options
author | obrien <obrien@FreeBSD.org> | 2001-02-13 13:08:26 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-02-13 13:08:26 +0000 |
commit | 72a027d12de775a3366862c2f7f4d71de02c7fda (patch) | |
tree | bd5c957c8440518c7283311110cf3d3860397832 /print | |
parent | e1dc897f6dd481828cd134ba9338e4ab576eebdd (diff) | |
download | FreeBSD-ports-72a027d12de775a3366862c2f7f4d71de02c7fda.zip FreeBSD-ports-72a027d12de775a3366862c2f7f4d71de02c7fda.tar.gz |
Change the port name to "acroread4" so we can remove the "no latest"
setting and make this pkg_add -r'able. I don't see acroread4 replacing
acroread3 as the preferred acroreader in many's eyes.
Diffstat (limited to 'print')
-rw-r--r-- | print/acroread4/Makefile | 4 | ||||
-rw-r--r-- | print/acroread5/Makefile | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/print/acroread4/Makefile b/print/acroread4/Makefile index ec63cb3..336d414 100644 --- a/print/acroread4/Makefile +++ b/print/acroread4/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTNAME= acroread +PORTNAME= acroread4 PORTVERSION= 4.05 CATEGORIES= print linux MASTER_SITES= ftp://ftp.adobe.com/pub/adobe/acrobatreader/unix/4.x/ @@ -24,8 +24,6 @@ RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulat RUN_DEPENDS= /compat/osf1/usr/shlib/libc.so:${PORTSDIR}/emulators/osf1_base .endif -NO_LATEST_LINK= yes - ONLY_FOR_ARCHS= i386 alpha NO_FILTER_SHLIBS= yes diff --git a/print/acroread5/Makefile b/print/acroread5/Makefile index ec63cb3..336d414 100644 --- a/print/acroread5/Makefile +++ b/print/acroread5/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTNAME= acroread +PORTNAME= acroread4 PORTVERSION= 4.05 CATEGORIES= print linux MASTER_SITES= ftp://ftp.adobe.com/pub/adobe/acrobatreader/unix/4.x/ @@ -24,8 +24,6 @@ RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulat RUN_DEPENDS= /compat/osf1/usr/shlib/libc.so:${PORTSDIR}/emulators/osf1_base .endif -NO_LATEST_LINK= yes - ONLY_FOR_ARCHS= i386 alpha NO_FILTER_SHLIBS= yes |