diff options
author | mharo <mharo@FreeBSD.org> | 1999-06-05 19:00:43 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-06-05 19:00:43 +0000 |
commit | 2a8116629fbb51c0b6a7a02125828e71479a08be (patch) | |
tree | b9d00a96d9965a4af62f13b8159dc00d5216388f /audio/libcdaudio/Makefile | |
parent | 4bf3ca31ea08ba708c33ef3dbc6b228c30a59293 (diff) | |
download | FreeBSD-ports-2a8116629fbb51c0b6a7a02125828e71479a08be.zip FreeBSD-ports-2a8116629fbb51c0b6a7a02125828e71479a08be.tar.gz |
Switch from GNU_CONFIGURE to USE_LIBTOOL with port so that it won't install
the .la file.
Diffstat (limited to 'audio/libcdaudio/Makefile')
-rw-r--r-- | audio/libcdaudio/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/libcdaudio/Makefile b/audio/libcdaudio/Makefile index 1d688e1..0476144 100644 --- a/audio/libcdaudio/Makefile +++ b/audio/libcdaudio/Makefile @@ -3,7 +3,7 @@ # Date created: 01 June 1999 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/06/01 10:46:54 tg Exp $ # DISTNAME= libcdaudio_0.7.0 @@ -15,7 +15,7 @@ EXTRACT_SUFX= .orig.tar.gz MAINTAINER= ports@FreeBSD.ORG WRKSRC= ${WRKDIR}/${PKGNAME} -GNU_CONFIGURE= yes +USE_LIBTOOL= yes post-install: ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib |