diff options
author | grant <grant@pkgsrc.org> | 2004-06-21 09:40:16 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-06-21 09:40:16 +0000 |
commit | 22ef173c4b51d7567126d17c4b027452b37b6651 (patch) | |
tree | 24e9f87939b3dbb17494e12968a9ff6431281b61 /multimedia/mplayer-share | |
parent | 6227a8b3281ca31fedf4597ccff324a94986983f (diff) | |
download | pkgsrc-22ef173c4b51d7567126d17c4b027452b37b6651.tar.gz |
add a big obvious comment pointing out that gmplayer has its own
distinfo file and that both the gmplayer and mplayer-share distinfo
files must be maintained.
(out of 25 files between them, only 3 were actually shared.. oops)
Diffstat (limited to 'multimedia/mplayer-share')
-rw-r--r-- | multimedia/mplayer-share/Makefile.common | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/multimedia/mplayer-share/Makefile.common b/multimedia/mplayer-share/Makefile.common index af1269b7023..fe889548683 100644 --- a/multimedia/mplayer-share/Makefile.common +++ b/multimedia/mplayer-share/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.10 2004/05/16 10:15:49 grant Exp $ +# $NetBSD: Makefile.common,v 1.11 2004/06/21 09:40:16 grant Exp $ # MPLAYER_DIST_VERSION= 1.0pre4 @@ -18,6 +18,14 @@ DIST_SUBDIR= mplayer-${MPLAYER_PKG_VERSION} MAINTAINER?= tech-pkg@NetBSD.org HOMEPAGE?= http://www.mplayerhq.hu/ +# +# NOTE: gmplayer has its own distinfo file. if you are also updating +# gmplayer, you must ensure that *both* distinfo files contain the +# correct, up-to-date files and checksums. +# +# NOTE: patches are shared between mplayer and gmplayer! +# + PATCHDIR= ${.CURDIR}/../../multimedia/mplayer-share/patches DISTINFO_FILE= ${.CURDIR}/../../multimedia/mplayer-share/distinfo |