pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/gmplayer Don't create symbolic link to non-ex...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7a5e747dc61c
branches:  trunk
changeset: 462000:7a5e747dc61c
user:      tron <tron%pkgsrc.org@localhost>
date:      Thu Sep 25 11:23:00 2003 +0000

description:
Don't create symbolic link to non-existing "mplayer" manual page.
Bump package revision.

diffstat:

 graphics/gmplayer/Makefile |  6 ++----
 graphics/gmplayer/PLIST    |  3 +--
 2 files changed, 3 insertions(+), 6 deletions(-)

diffs (33 lines):

diff -r 2d6eda03b703 -r 7a5e747dc61c graphics/gmplayer/Makefile
--- a/graphics/gmplayer/Makefile        Thu Sep 25 10:59:39 2003 +0000
+++ b/graphics/gmplayer/Makefile        Thu Sep 25 11:23:00 2003 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.26 2003/09/11 15:39:52 jmmv Exp $
-#
+# $NetBSD: Makefile,v 1.27 2003/09/25 11:23:00 tron Exp $
 
 PKGNAME=       gmplayer-${MPLAYER_PKG_VERSION}
-PKGREVISION=   1
+PKGREVISION=   2
 SKIN_SITES=    http://www.mplayerhq.hu/MPlayer/Skin/           \
                ftp://ftp.mplayerhq.hu/MPlayer/Skin/            \
                ${MASTER_SITE_LOCAL:=mplayer}
@@ -48,7 +47,6 @@
 
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/mplayer ${PREFIX}/bin/gmplayer
-       ${LN} -s ${PREFIX}/man/man1/mplayer.1   ${PREFIX}/man/man1/gmplayer.1
        ${INSTALL_DATA_DIR} ${PREFIX}/share/mplayer/Skin
 .for SKIN in ${SKINS}
        @${ECHO_MSG} "Installing skin ${SKIN}..."
diff -r 2d6eda03b703 -r 7a5e747dc61c graphics/gmplayer/PLIST
--- a/graphics/gmplayer/PLIST   Thu Sep 25 10:59:39 2003 +0000
+++ b/graphics/gmplayer/PLIST   Thu Sep 25 11:23:00 2003 +0000
@@ -1,6 +1,5 @@
-@comment $NetBSD: PLIST,v 1.11 2003/09/21 12:53:02 markd Exp $
+@comment $NetBSD: PLIST,v 1.12 2003/09/25 11:23:00 tron Exp $
 bin/gmplayer
-man/man1/gmplayer.1
 share/mplayer/Skin/AlienMind/README
 share/mplayer/Skin/AlienMind/VERSION
 share/mplayer/Skin/AlienMind/balance.png



Home | Main Index | Thread Index | Old Index