diff options
author | grant <grant> | 2004-01-23 06:37:00 +0000 |
---|---|---|
committer | grant <grant> | 2004-01-23 06:37:00 +0000 |
commit | 6eb03f12eb9b3ea42d89150803cf2884cfc70212 (patch) | |
tree | 1e98234f36292f4c44d6072b0bdd2bf8e5eeadca /audio/mserv-devel | |
parent | 3c7dbfebaf693916daa1a17c81afa83685ea9715 (diff) | |
download | pkgsrc-6eb03f12eb9b3ea42d89150803cf2884cfc70212.tar.gz |
use LIBTOOL_OVERRIDE. fixes installation on Solaris (and others).
re-arrange mserv/Makefile a little to be more readable and
consistent with mserv-devel.
bump PKGREVISIONs.
Diffstat (limited to 'audio/mserv-devel')
-rw-r--r-- | audio/mserv-devel/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/audio/mserv-devel/Makefile b/audio/mserv-devel/Makefile index fc25bc5dd79..a9f49c8ba0d 100644 --- a/audio/mserv-devel/Makefile +++ b/audio/mserv-devel/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/01/12 04:18:18 kim Exp $ +# $NetBSD: Makefile,v 1.2 2004/01/23 06:37:00 grant Exp $ # DISTNAME= mserv-0.39a +PKGREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mserv/} @@ -13,6 +14,9 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-engine-icecast CONFIGURE_ARGS+= --datadir=${PREFIX}/share/mserv USE_BUILDLINK2= yes +USE_LIBTOOL= yes +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool + REPLACE_PERL= support/mservedit webclient/main.cgi \ webclient/margin.cgi webclient/mserv.cgi |