pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/lame Some files were not installed in FreeBSD, u...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2e43eb51e34a
branches: trunk
changeset: 467563:2e43eb51e34a
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Tue Feb 03 01:42:23 2004 +0000
description:
Some files were not installed in FreeBSD, use PLIST_SUBST for now.
diffstat:
audio/lame/Makefile | 8 +++++++-
audio/lame/PLIST | 6 +++---
2 files changed, 10 insertions(+), 4 deletions(-)
diffs (40 lines):
diff -r 17af6bd2e495 -r 2e43eb51e34a audio/lame/Makefile
--- a/audio/lame/Makefile Tue Feb 03 01:41:49 2004 +0000
+++ b/audio/lame/Makefile Tue Feb 03 01:42:23 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2004/01/22 07:15:00 grant Exp $
+# $NetBSD: Makefile,v 1.34 2004/02/03 01:42:23 xtraeme Exp $
#
DISTNAME= lame-${VERS}
@@ -27,6 +27,12 @@
.include "../../mk/bsd.prefs.mk"
+.if ${OPSYS} == "FreeBSD"
+PLIST_SUBST+= AVAILABLE="@comment "
+.else
+PLIST_SUBST+= AVAILABLE=
+.endif
+
.if defined(LAME_USE_GTK)
CONFIGURE_ENV+= GTK_CONFIG=${BUILDLINK_PREFIX.gtk}/bin/gtk-config
. include "../../x11/gtk/buildlink2.mk"
diff -r 17af6bd2e495 -r 2e43eb51e34a audio/lame/PLIST
--- a/audio/lame/PLIST Tue Feb 03 01:41:49 2004 +0000
+++ b/audio/lame/PLIST Tue Feb 03 01:42:23 2004 +0000
@@ -1,11 +1,11 @@
-@comment $NetBSD: PLIST,v 1.2 2002/12/19 00:53:47 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2004/02/03 01:42:23 xtraeme Exp $
bin/lame
include/lame/lame.h
lib/libmp3lame.a
-lib/libmp3lame.la
+${AVAILABLE}lib/libmp3lame.la
lib/libmp3lame.so
lib/libmp3lame.so.0
-lib/libmp3lame.so.0.0
+${AVAILABLE}lib/libmp3lame.so.0.0
man/man1/lame.1
share/doc/html/lame/basic.html
share/doc/html/lame/contributors.html
Home |
Main Index |
Thread Index |
Old Index