1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Don't use ${LDCONFIG} if we don't install any shared libraries.

This commit is contained in:
Steve Price 1998-10-05 05:04:50 +00:00
parent 995cde8e96
commit 61b8183d2d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13664
4 changed files with 2 additions and 12 deletions

View File

@ -3,7 +3,7 @@
# Date created: 21 April 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
# $Id: Makefile,v 1.1.1.1 1998/07/13 02:05:07 steve Exp $
# $Id: Makefile,v 1.2 1998/09/24 05:04:06 vanilla Exp $
#
DISTNAME= guileobjc-0.3.8
@ -17,7 +17,4 @@ LIB_DEPENDS= guile.2:${PORTSDIR}/lang/guile
GNU_CONFIGURE= yes
post-install:
${LDCONFIG} -m ${PREFIX}
.include <bsd.port.mk>

View File

@ -3,8 +3,6 @@ include/goconfig.h
include/guileobjc.h
lib/libguileobjc.a
lib/libguileobjc.la
@exec /sbin/ldconfig -m %B
@unexec /sbin/ldconfig -R
share/aclocal/guileobjc.m4
share/guile/1.2/languages/guileobjc/libgocore.so
share/guile/1.2/languages/guileobjc.scm

View File

@ -3,7 +3,7 @@
# Date created: 21 April 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
# $Id: Makefile,v 1.1.1.1 1998/07/13 02:02:31 steve Exp $
# $Id: Makefile,v 1.2 1998/09/24 05:05:43 vanilla Exp $
#
DISTNAME= libobjects-0.1.19
@ -14,7 +14,4 @@ MAINTAINER= Nakai@technologist.com
GNU_CONFIGURE= yes
post-install:
${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>

View File

@ -123,8 +123,6 @@ include/objects/objc-malloc.h
include/objects/objects.h
include/objects/stdobjects.h
lib/libobjects.a
@exec /sbin/ldconfig -m %B
@unexec /sbin/ldconfig -R
share/NSCharacterSets/README.CharSet
share/NSCharacterSets/alphanumCharSet.dat
share/NSCharacterSets/controlCharSet.dat