summaryrefslogtreecommitdiff
path: root/audio/lame
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-02-03 01:42:23 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-02-03 01:42:23 +0000
commitb12df170856de7fba60c7d5be98b9bdf1d3ac30d (patch)
tree972c9b9fd3fd167f8fd2aece3e005f726541e2d9 /audio/lame
parentf1a41390ea473ce8bbcad09223320246259eb83b (diff)
downloadpkgsrc-b12df170856de7fba60c7d5be98b9bdf1d3ac30d.tar.gz
Some files were not installed in FreeBSD, use PLIST_SUBST for now.
Diffstat (limited to 'audio/lame')
-rw-r--r--audio/lame/Makefile8
-rw-r--r--audio/lame/PLIST6
2 files changed, 10 insertions, 4 deletions
diff --git a/audio/lame/Makefile b/audio/lame/Makefile
index 1f9b1b894e0..a2181108abc 100644
--- a/audio/lame/Makefile
+++ b/audio/lame/Makefile
@@ -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 @@ LDFLAGS.SunOS+= -lm
.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 --git a/audio/lame/PLIST b/audio/lame/PLIST
index 6cde3cf4789..685dcb407d3 100644
--- a/audio/lame/PLIST
+++ b/audio/lame/PLIST
@@ -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