diff options
author | wiz <wiz@pkgsrc.org> | 2002-07-02 12:45:04 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-07-02 12:45:04 +0000 |
commit | f89efc5b2204d2b9e6cd866ca782d0d0fa17505b (patch) | |
tree | 65f907613fa5aac68318104daad0efdc6064dfba /graphics | |
parent | 47d1c0f88757615b24fc8f7e22336cf86a3a98a0 (diff) | |
download | pkgsrc-f89efc5b2204d2b9e6cd866ca782d0d0fa17505b.tar.gz |
More pkglint friendly.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/flashplayer/Makefile | 13 | ||||
-rw-r--r-- | graphics/moz-flash/Makefile | 13 |
2 files changed, 12 insertions, 14 deletions
diff --git a/graphics/flashplayer/Makefile b/graphics/flashplayer/Makefile index ea386688e43..d2e6bf843ed 100644 --- a/graphics/flashplayer/Makefile +++ b/graphics/flashplayer/Makefile @@ -1,16 +1,15 @@ -# $NetBSD: Makefile,v 1.5 2001/12/02 14:47:13 tron Exp $ +# $NetBSD: Makefile,v 1.6 2002/07/02 12:45:04 wiz Exp $ # PKGNAME= ${DISTNAME:C/-/player-/} -COMMONDIR= ../libflash -DEPENDS+= libflash-[0-9]*:${COMMONDIR} +DEPENDS+= libflash-[0-9]*:../libflash COMMENT= standalone open source flash(tm) player -DISTINFO_FILE= ${.CURDIR}/${COMMONDIR}/distinfo -FILESDIR= ${.CURDIR}/${COMMONDIR}/files -PATCHDIR= ${.CURDIR}/${COMMONDIR}/patches +DISTINFO_FILE= ${.CURDIR}/../libflash/distinfo +FILESDIR= ${.CURDIR}/../libflash/files +PATCHDIR= ${.CURDIR}/../libflash/patches do-build: cd ${WRKSRC}/Player && ${SETENV} ${MAKE_ENV} ${MAKE} @@ -18,4 +17,4 @@ do-build: do-install: cd ${WRKSRC}/Player && ${INSTALL_PROGRAM} swfplayer ${PREFIX}/bin -.include "${COMMONDIR}/Makefile.common" +.include "../libflash/Makefile.common" diff --git a/graphics/moz-flash/Makefile b/graphics/moz-flash/Makefile index 56057da3aa0..94be326dd20 100644 --- a/graphics/moz-flash/Makefile +++ b/graphics/moz-flash/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2002/03/13 17:37:13 fredb Exp $ +# $NetBSD: Makefile,v 1.5 2002/07/02 12:46:09 wiz Exp $ # PKGNAME= moz-flash-1.0 @@ -7,12 +7,11 @@ PKGREVISION= 1 MAINTAINER= joda@netbsd.org COMMENT= Mozilla open source flash(tm) plugin -LIBFLASHDIR= ../../graphics/libflash -PATCHDIR= ${.CURDIR}/${LIBFLASHDIR}/patches -FILESDIR= ${.CURDIR}/${LIBFLASHDIR}/files -DISTINFO_FILE= ${.CURDIR}/${LIBFLASHDIR}/distinfo +PATCHDIR= ${.CURDIR}/../../graphics/libflash/patches +FILESDIR= ${.CURDIR}/../../graphics/libflash/files +DISTINFO_FILE= ${.CURDIR}/../../graphics/libflash/distinfo -DEPENDS+= libflash>=0.4.10nb1:${LIBFLASHDIR} +DEPENDS+= libflash>=0.4.10nb1:../../graphics/libflash DEPENDS+= mozilla>=0.9.9:../../www/mozilla USE_X11BASE= yes @@ -25,4 +24,4 @@ do-build: do-install: cd ${WRKSRC}/Plugin && ${INSTALL_PROGRAM} npflash.so ${MOZ_PLUGDIR} -.include "${LIBFLASHDIR}/Makefile.common" +.include "../../graphics/libflash/Makefile.common" |