1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00

- Don't install useless *.la

Submitted by:	ijliao
This commit is contained in:
Kirill Ponomarev 2003-10-11 14:44:21 +00:00
parent f8b1515d13
commit 4cbead7154
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=90851
3 changed files with 18 additions and 3 deletions

View File

@ -7,10 +7,11 @@
PORTNAME= kyra
PORTVERSION= 2.0.7
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= kyra
DISTNAME= ${PORTNAME}_src_2_0_7
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= ${PORTNAME}_src_${PORTVERSION:S/./_/g}
MAINTAINER= krion@FreeBSD.org
COMMENT= Kyra is a simple Sprite engine written in C++

View File

@ -0,0 +1,15 @@
--- ltmain.sh.orig Thu Oct 9 11:44:49 2003
+++ ltmain.sh Thu Oct 9 11:45:05 2003
@@ -4210,10 +4210,12 @@
fi
# Install the pseudo-library for information purposes.
+ if /usr/bin/false ; then
name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
instname="$dir/$name"i
$show "$install_prog $instname $destdir/$name"
$run eval "$install_prog $instname $destdir/$name" || exit $?
+ fi
# Maybe install the static library, too.
test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"

View File

@ -66,7 +66,6 @@ include/Kyra/util/glstring.h
include/Kyra/util/gltypes.h
include/Kyra/util/glutil.h
lib/libkyra.a
lib/libkyra.la
lib/libkyra.so
lib/libkyra.so.0
share/aclocal/kyra.m4