Make this work with version 4.80 of the "communicator" and "navigator"
package. Bump version number to reflect change.
This commit is contained in:
parent
3ee17fa6fc
commit
ecfd046a4f
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue