From 3aa77171e7fba77720aea6eb4bded87b64c1ad8e Mon Sep 17 00:00:00 2001 From: Michael Haro Date: Sat, 5 Jun 1999 19:00:43 +0000 Subject: Switch from GNU_CONFIGURE to USE_LIBTOOL with port so that it won't install the .la file. --- devel/tvision/Makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'devel/tvision/Makefile') diff --git a/devel/tvision/Makefile b/devel/tvision/Makefile index 162da993f52d..f4f3e39e934d 100644 --- a/devel/tvision/Makefile +++ b/devel/tvision/Makefile @@ -3,7 +3,7 @@ # Date created: 16 February 1997 # Whom: Sandro Sigala # -# $Id: Makefile,v 1.7 1998/10/12 21:08:35 jseger Exp $ +# $Id: Makefile,v 1.8 1999/05/09 12:28:46 kuriyama Exp $ # DISTNAME= tvision-0.6 @@ -12,12 +12,7 @@ MASTER_SITES= ftp://ftp.vix.com/guests/ssigala/pub/tvision/ MAINTAINER= ssigala@globalnet.it -GNU_CONFIGURE= yes +USE_LIBTOOL= yes CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" -pre-install: - @if [ ! -f ${PREFIX}/info/dir ]; then \ - ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ - fi - .include -- cgit v1.2.3