diff options
author | salo <salo@pkgsrc.org> | 2006-06-30 13:57:16 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2006-06-30 13:57:16 +0000 |
commit | 1bfde83e292f5a8968069e84e96fa0bd278d6310 (patch) | |
tree | ce6fdfcad366c43b3134b8052812fd48e396f057 | |
parent | 98660dbd335e0d94951d18df4af59872002a849f (diff) | |
download | pkgsrc-1bfde83e292f5a8968069e84e96fa0bd278d6310.tar.gz |
Don't hardcode SuSE emulation package directories.
-rw-r--r-- | www/opera-acroread/Makefile | 4 | ||||
-rw-r--r-- | www/opera-acroread/Makefile.common | 4 | ||||
-rw-r--r-- | www/opera-acroread5/Makefile | 4 | ||||
-rw-r--r-- | www/opera-acroread7/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/www/opera-acroread/Makefile b/www/opera-acroread/Makefile index b0f434904f1..2d65607613a 100644 --- a/www/opera-acroread/Makefile +++ b/www/opera-acroread/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2006/06/11 20:49:06 jschauma Exp $ +# $NetBSD: Makefile,v 1.6 2006/06/30 13:57:16 salo Exp $ DISTNAME= opera-acroread-1.0 -PKGREVISION= 2 +PKGREVISION= 3 MAINTAINER= jschauma@NetBSD.org COMMENT= Acrobat Reader 4 plugin for opera diff --git a/www/opera-acroread/Makefile.common b/www/opera-acroread/Makefile.common index 6507b6154ca..e9667e35aa4 100644 --- a/www/opera-acroread/Makefile.common +++ b/www/opera-acroread/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.5 2005/12/05 20:51:13 rillig Exp $ +# $NetBSD: Makefile.common,v 1.6 2006/06/30 13:57:16 salo Exp $ PKGNAME= ${DISTNAME:C|MozillaFirebird|firefox|} CATEGORIES= www print @@ -6,7 +6,7 @@ MASTER_SITES= # empty DISTFILES= # empty DEPENDS+= opera>=7.0:../../www/opera -DEPENDS+= suse_openmotif>=7.3:../../emulators/suse_openmotif +DEPENDS+= suse_openmotif>=7.3:../../emulators/${SUSE_DIR_PREFIX}_openmotif ONLY_FOR_PLATFORM= Linux-*-i386 NetBSD-*-i386 PLATFORM= intellinux diff --git a/www/opera-acroread5/Makefile b/www/opera-acroread5/Makefile index 648ec3aac56..7ca29bd2609 100644 --- a/www/opera-acroread5/Makefile +++ b/www/opera-acroread5/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2006/02/05 23:11:26 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2006/06/30 13:57:16 salo Exp $ DISTNAME= opera-acroread5-1.0 -PKGREVISION= 2 +PKGREVISION= 3 MAINTAINER= jschauma@NetBSD.org COMMENT= Acrobat Reader 5 plugin for opera diff --git a/www/opera-acroread7/Makefile b/www/opera-acroread7/Makefile index 24a745f677f..cbdd72caf72 100644 --- a/www/opera-acroread7/Makefile +++ b/www/opera-acroread7/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2006/05/18 20:30:01 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2006/06/30 13:57:16 salo Exp $ DISTNAME= opera-acroread7-1.0 -PKGREVISION= 1 +PKGREVISION= 2 MAINTAINER= jschauma@NetBSD.org COMMENT= Acrobat Reader 7 plugin for opera |