diff options
author | wiz <wiz> | 2001-02-16 15:22:13 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-16 15:22:13 +0000 |
commit | 2e99accb2bbee84c3f01536879ae54bd8a6e604f (patch) | |
tree | b5890a54c67bba8526cf5a60ca066d6a3cf5bfc8 /graphics/flashplayer | |
parent | 98241a1a9938b8c1e7729645aca8072f4b06e0ac (diff) | |
download | pkgsrc-2e99accb2bbee84c3f01536879ae54bd8a6e604f.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'graphics/flashplayer')
-rw-r--r-- | graphics/flashplayer/Makefile | 4 | ||||
-rw-r--r-- | graphics/flashplayer/pkg/COMMENT | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/graphics/flashplayer/Makefile b/graphics/flashplayer/Makefile index 80525fafb0a..964f38df30c 100644 --- a/graphics/flashplayer/Makefile +++ b/graphics/flashplayer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/08/28 17:38:25 rh Exp $ +# $NetBSD: Makefile,v 1.2 2001/02/16 15:22:17 wiz Exp $ # PKGNAME= ${DISTNAME:C/-/player-/} @@ -6,6 +6,8 @@ COMMONDIR= ../libflash DEPENDS+= libflash-*:${COMMONDIR} +COMMENT= standalone open source flash(tm) player + PATCHDIR= ${.CURDIR}/${COMMONDIR}/patches FILESDIR= ${.CURDIR}/${COMMONDIR}/files diff --git a/graphics/flashplayer/pkg/COMMENT b/graphics/flashplayer/pkg/COMMENT deleted file mode 100644 index f2fae05ab2e..00000000000 --- a/graphics/flashplayer/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -standalone open source flash(tm) player |