pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/xmms-flac only build and install in the director...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/94427e56352d
branches:  trunk
changeset: 498371:94427e56352d
user:      grant <grant%pkgsrc.org@localhost>
date:      Sun Aug 21 08:48:51 2005 +0000

description:
only build and install in the directories needed to build the xmms
plugin.

diffstat:

 audio/xmms-flac/Makefile |  14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diffs (35 lines):

diff -r 85f8ac068a78 -r 94427e56352d audio/xmms-flac/Makefile
--- a/audio/xmms-flac/Makefile  Sun Aug 21 07:58:16 2005 +0000
+++ b/audio/xmms-flac/Makefile  Sun Aug 21 08:48:51 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2005/07/29 06:06:57 grant Exp $
+# $NetBSD: Makefile,v 1.17 2005/08/21 08:48:51 grant Exp $
 #
 
 DISTNAME=      flac-1.1.2
@@ -22,6 +22,12 @@
 # previous name of the package
 CONFLICTS=     flac-xmms-[0-9]*
 
+BUILD_DIRS=    ${WRKSRC}/src/libFLAC
+BUILD_DIRS+=   ${WRKSRC}/src/plugin_common
+BUILD_DIRS+=   ${WRKSRC}/src/share
+BUILD_DIRS+=   ${WRKSRC}/src/plugin_xmms
+INSTALL_DIRS=  ${WRKSRC}/src/plugin_xmms
+
 .include "../../mk/compiler.mk"
 
 # SunPro does not support __inline
@@ -29,12 +35,6 @@
 CFLAGS+=       -D__inline=inline
 .endif
 
-#do-build:
-#      @cd ${XMMS_WRKSRC}/../plugin_common && ${SETENV} ${MAKE_ENV} \
-#              ${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKEFILE} ${BUILD_TARGET}
-#      @cd ${XMMS_WRKSRC} && ${SETENV} ${MAKE_ENV} \
-#              ${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKEFILE} ${BUILD_TARGET}
-
 do-install:
        @cd ${XMMS_WRKSRC} && ${SETENV} ${MAKE_ENV} \
                ${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKEFILE} ${INSTALL_TARGET}



Home | Main Index | Thread Index | Old Index