diff options
author | tron <tron@pkgsrc.org> | 2002-09-21 15:14:55 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-09-21 15:14:55 +0000 |
commit | ecfd046a4f5114c581ed94c8ad888cb089d81d2e (patch) | |
tree | 5db4f7269193083ebcbdf7408ca0f48a0d4637e0 /www/ns-plugger-common | |
parent | 3ee17fa6fcd5ff0405f982f7a639ad0ede57b4ec (diff) | |
download | pkgsrc-ecfd046a4f5114c581ed94c8ad888cb089d81d2e.tar.gz |
Make this work with version 4.80 of the "communicator" and "navigator"
package. Bump version number to reflect change.
Diffstat (limited to 'www/ns-plugger-common')
-rw-r--r-- | www/ns-plugger-common/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/ns-plugger-common/Makefile b/www/ns-plugger-common/Makefile index f84df4118dc..484045cc1d9 100644 --- a/www/ns-plugger-common/Makefile +++ b/www/ns-plugger-common/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2002/04/04 12:29:50 tron Exp $ +# $NetBSD: Makefile,v 1.10 2002/09/21 15:14:55 tron Exp $ DISTNAME= plugger-3.2-linux-x86-glibc PKGNAME= ns-${PLUGGERNAME}-${BINNAME}-${PLUGGERVERS} +PKGREVISION= 1 WRKSRC= ${WRKDIR}/${PLUGGERFULL} CATEGORIES= www MASTER_SITES= http://fredrik.hubbe.net/plugger/ @@ -14,7 +15,7 @@ BINNAME?= common .if ${BINNAME} != common DEPENDS+= ${BINNAME}-[0-9]*:../../www/${BINNAME} -MOZILLA_HOME= ${PREFIX}/lib/netscape/${NSNAME:C/nb[0-9]+$//} +MOZILLA_HOME= ${PREFIX}/lib/netscape/${NSNAME:C/nb[0-9]+$//:S/4.80/4.8/} PLIST_SUBST+= MOZILLA_HOME=${MOZILLA_HOME:S/${PREFIX}\///} .else DEPENDS+= suse_base>=6.3:../../emulators/${SUSE_DIR_PREFIX}_base |