pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/cdplayer Add a missing header file



details:   https://anonhg.NetBSD.org/pkgsrc/rev/635bc95d18fd
branches:  trunk
changeset: 493904:635bc95d18fd
user:      rh <rh%pkgsrc.org@localhost>
date:      Mon May 16 10:12:28 2005 +0000

description:
Add a missing header file

diffstat:

 audio/cdplayer/Makefile |  7 ++++++-
 audio/cdplayer/PLIST    |  4 +++-
 2 files changed, 9 insertions(+), 2 deletions(-)

diffs (36 lines):

diff -r 88d2318545ac -r 635bc95d18fd audio/cdplayer/Makefile
--- a/audio/cdplayer/Makefile   Mon May 16 09:56:25 2005 +0000
+++ b/audio/cdplayer/Makefile   Mon May 16 10:12:28 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/05/16 09:55:04 rh Exp $
+# $NetBSD: Makefile,v 1.2 2005/05/16 10:12:28 rh Exp $
 #
 
 DISTNAME=      cdplayer-0.4.2
@@ -18,6 +18,11 @@
 do-configure:
        ${LN} -s ${BUILDLINK_DIR}/${GNUSTEP_SUBDIR}/System/Library/Frameworks/PrefsModule.framework/Versions/A/Headers ${WRKSRC}/AudioCD/AudioCDPrefs/PrefsModule
 
+post-install:
+       ${INSTALL_DATA_DIR} ${PREFIX}/include/CDPlayer
+       ${INSTALL_DATA} ${WRKSRC}/CDPlayer/AudioCDProtocol.h            \
+                       ${PREFIX}/include/CDPlayer
+
 .include "../../audio/libcdaudio/buildlink3.mk"
 .include "../../audio/cddb-bundle/buildlink3.mk"
 .include "../../x11/gnustep-back/buildlink3.mk"
diff -r 88d2318545ac -r 635bc95d18fd audio/cdplayer/PLIST
--- a/audio/cdplayer/PLIST      Mon May 16 09:56:25 2005 +0000
+++ b/audio/cdplayer/PLIST      Mon May 16 10:12:28 2005 +0000
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2005/05/16 09:55:04 rh Exp $
+@comment $NetBSD: PLIST,v 1.2 2005/05/16 10:12:28 rh Exp $
+include/CDPlayer/AudioCDProtocol.h
 share/GNUstep/Local/Applications/CDPlayer.app/CDPlayer
 share/GNUstep/Local/Applications/CDPlayer.app/Resources/CDPlayer.desktop
 share/GNUstep/Local/Applications/CDPlayer.app/Resources/CDPlayer.help/Config.tiff
@@ -138,3 +139,4 @@
 @dirrm share/GNUstep/Local/Applications/CDPlayer.app/Resources
 @dirrm share/GNUstep/Local/Applications/CDPlayer.app
 @comment in devel/gnustep-make: @dirrm share/GNUstep/Local/Applications
+@dirrm include/CDPlayer



Home | Main Index | Thread Index | Old Index