mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Set USE_LIBTOOL=yes to get rid of .la files.
PR: 11844 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
This commit is contained in:
parent
e23f6a9f22
commit
e496366671
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19110
@ -3,7 +3,7 @@
|
||||
# Date created: 22 Dec 1998
|
||||
# Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG>
|
||||
#
|
||||
# $Id: Makefile,v 1.4 1999/04/08 18:08:27 steve Exp $
|
||||
# $Id: Makefile,v 1.5 1999/04/15 15:43:37 mharo Exp $
|
||||
#
|
||||
|
||||
DISTNAME= audiofile-0.1.6
|
||||
@ -14,9 +14,6 @@ MASTER_SITE_SUBDIR= gnome-1.0/sources
|
||||
|
||||
MAINTAINER= vanilla@FreeBSD.ORG
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
post-install:
|
||||
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
|
||||
USE_LIBTOOL= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -4,7 +4,6 @@ bin/sfinfo
|
||||
include/audiofile.h
|
||||
include/aupvlist.h
|
||||
lib/libaudiofile.a
|
||||
lib/libaudiofile.la
|
||||
lib/libaudiofile.so
|
||||
lib/libaudiofile.so.0
|
||||
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
|
||||
|
Loading…
Reference in New Issue
Block a user