summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1997-07-17 15:13:02 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1997-07-17 15:13:02 +0000
commit5e5eddfc6095220a71076c16d43c690e2f9656e2 (patch)
tree07dea29a435aa8be3d5b45607547c855e34deb6b
parentUpgrade 1.3 -> 1.4. (diff)
ldconfig -> ${LDCONFIG}.
Notes
Notes: svn path=/head/; revision=7360
-rw-r--r--audio/gsm/Makefile4
-rw-r--r--converters/uulib/Makefile4
-rw-r--r--databases/postgresql-devel-server/Makefile4
-rw-r--r--databases/postgresql-devel/Makefile4
-rw-r--r--databases/postgresql7/Makefile4
-rw-r--r--databases/postgresql73-server/Makefile4
-rw-r--r--databases/postgresql73/Makefile4
-rw-r--r--databases/postgresql74-server/Makefile4
-rw-r--r--databases/postgresql80-server/Makefile4
-rw-r--r--databases/postgresql81-server/Makefile4
-rw-r--r--databases/postgresql82-server/Makefile4
-rw-r--r--databases/postgresql83-server/Makefile4
-rw-r--r--databases/postgresql84-server/Makefile4
-rw-r--r--databases/postgresql90-server/Makefile4
-rw-r--r--databases/postgresql91-server/Makefile4
-rw-r--r--databases/postgresql92-server/Makefile4
-rw-r--r--devel/libdlmalloc/Makefile4
-rw-r--r--devel/libmalloc/Makefile4
-rw-r--r--devel/libslang/Makefile4
-rw-r--r--graphics/ImageMagick/Makefile4
-rw-r--r--graphics/jbigkit/Makefile4
-rw-r--r--graphics/jpeg-mmx/Makefile4
-rw-r--r--graphics/jpeg/Makefile4
-rw-r--r--graphics/mpeg-lib/Makefile4
-rw-r--r--graphics/pgplot/Makefile4
-rw-r--r--graphics/png/Makefile4
-rw-r--r--graphics/xpm/Makefile4
-rw-r--r--japanese/Canna/Makefile4
-rw-r--r--japanese/canna-lib/Makefile4
-rw-r--r--japanese/canna-server/Makefile4
-rw-r--r--japanese/mh/Makefile4
-rw-r--r--japanese/pine/Makefile4
-rw-r--r--japanese/vflib/Makefile4
-rw-r--r--lang/itcl/Makefile4
-rw-r--r--lang/modula-3-lib/Makefile4
-rw-r--r--lang/modula-3/Makefile4
-rw-r--r--lang/rexx-imc/Makefile4
-rw-r--r--lang/schemetoc/Makefile4
-rw-r--r--lang/tclX/Makefile4
-rw-r--r--lang/tclX80/Makefile4
-rw-r--r--lang/tclX82/Makefile4
-rw-r--r--mail/faces/Makefile4
-rw-r--r--mail/mh/Makefile4
-rw-r--r--math/bihar/Makefile4
-rw-r--r--math/blas/Makefile4
-rw-r--r--math/eispack/Makefile4
-rw-r--r--math/fftpack/Makefile4
-rw-r--r--math/lapack/Makefile4
-rw-r--r--math/linpack/Makefile4
-rw-r--r--math/octave-devel/Makefile4
-rw-r--r--math/octave/Makefile4
-rw-r--r--net/libsocket++/Makefile4
-rw-r--r--security/rsaref/Makefile4
-rw-r--r--textproc/jade/Makefile4
-rw-r--r--textproc/openjade/Makefile4
-rw-r--r--x11-servers/XFree86-4-Server-snap/Makefile4
-rw-r--r--x11-servers/XFree86-4-Server/Makefile4
-rw-r--r--x11-toolkits/blt/Makefile4
-rw-r--r--x11-toolkits/lesstif/Makefile4
-rw-r--r--x11-toolkits/neXtaw/Makefile4
-rw-r--r--x11-toolkits/qt145/Makefile4
-rw-r--r--x11-toolkits/qt22/Makefile4
-rw-r--r--x11-toolkits/qt23/Makefile4
-rw-r--r--x11-toolkits/qt30/Makefile4
-rw-r--r--x11-toolkits/qt31/Makefile4
-rw-r--r--x11-toolkits/qt32/Makefile4
-rw-r--r--x11-toolkits/qt33/Makefile4
-rw-r--r--x11-toolkits/tix/Makefile4
-rw-r--r--x11-toolkits/xforms/Makefile4
-rw-r--r--x11/XFree86-4-clients/Makefile4
-rw-r--r--x11/XFree86-4-libraries/Makefile4
-rw-r--r--x11/XFree86-4/Makefile4
-rw-r--r--x11/XFree86-contrib/Makefile4
-rw-r--r--x11/XFree86/Makefile4
74 files changed, 148 insertions, 148 deletions
diff --git a/audio/gsm/Makefile b/audio/gsm/Makefile
index 505b85edd4ff..e819281a91c4 100644
--- a/audio/gsm/Makefile
+++ b/audio/gsm/Makefile
@@ -3,7 +3,7 @@
# Date created: 5 January 1995
# Whom: pst
#
-# $Id: Makefile,v 1.8 1996/11/18 13:56:40 asami Exp $
+# $Id: Makefile,v 1.9 1997/07/10 15:50:48 pst Exp $
#
DISTNAME= gsm-1.0.10
@@ -17,6 +17,6 @@ MAN1= toast.1
MAN3= gsm.3 gsm_explode.3 gsm_option.3 gsm_print.3
post-install:
- /sbin/ldconfig -m ${PREFIX}/lib
+ ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>
diff --git a/converters/uulib/Makefile b/converters/uulib/Makefile
index 663776a228dc..b2c971459958 100644
--- a/converters/uulib/Makefile
+++ b/converters/uulib/Makefile
@@ -3,7 +3,7 @@
# Date Created: 04 Aug 1996
# Whom: Tim Vanderhoek <ac199@freenet.hamilton.on.ca>
#
-# $Id: Makefile,v 1.9 1997/04/01 18:53:30 obrien Exp $
+# $Id: Makefile,v 1.10 1997/04/26 23:55:25 asami Exp $
#
DISTNAME= uudeview-0.5.13
@@ -32,7 +32,7 @@ DOCFILES+= doc/test.txt
do-install:
${INSTALL_DATA} ${WRKSRC}/uulib/libuu.so.1.0 ${PREFIX}/lib
- @/sbin/ldconfig -m ${PREFIX}/lib
+ @${LDCONFIG} -m ${PREFIX}/lib
${INSTALL_DATA} ${WRKSRC}/uulib/libuu.a ${PREFIX}/lib
@/usr/bin/ranlib ${PREFIX}/lib/libuu.a
${INSTALL_DATA} ${WRKSRC}/uulib/uudeview.h ${PREFIX}/include/uu.h
diff --git a/databases/postgresql-devel-server/Makefile b/databases/postgresql-devel-server/Makefile
index de14030f5fc3..260aeffdd19c 100644
--- a/databases/postgresql-devel-server/Makefile
+++ b/databases/postgresql-devel-server/Makefile
@@ -3,7 +3,7 @@
# Date created: April 2, 1997
# Whom: Marc G. Fournier <scrappy@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.11 1997/06/14 19:40:03 andreas Exp $
+# $Id: Makefile,v 1.12 1997/06/14 21:10:42 andreas Exp $
DISTNAME= postgresql-v6.1
PKGNAME= postgresql-6.1
@@ -60,7 +60,7 @@ post-install:
fi
@ chown -R pgsql:pgsql ${PREFIX}/pgsql
@ echo 'Initializing PostgreSQL Databases - this may take a few minutes...'
- @ /sbin/ldconfig -m ${PREFIX}/pgsql/lib
+ @ ${LDCONFIG} -m ${PREFIX}/pgsql/lib
@ su -l pgsql -c '${PREFIX}/pgsql/bin/initdb --pglib=${PREFIX}/pgsql/lib --pgdata=${PREFIX}/pgsql/data'
@ if [ ! -f ${PREFIX}/etc/rc.d/postgresql.sh ]; then \
echo "Installing ${PREFIX}/etc/rc.d/postgresql.sh startup file."; \
diff --git a/databases/postgresql-devel/Makefile b/databases/postgresql-devel/Makefile
index de14030f5fc3..260aeffdd19c 100644
--- a/databases/postgresql-devel/Makefile
+++ b/databases/postgresql-devel/Makefile
@@ -3,7 +3,7 @@
# Date created: April 2, 1997
# Whom: Marc G. Fournier <scrappy@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.11 1997/06/14 19:40:03 andreas Exp $
+# $Id: Makefile,v 1.12 1997/06/14 21:10:42 andreas Exp $
DISTNAME= postgresql-v6.1
PKGNAME= postgresql-6.1
@@ -60,7 +60,7 @@ post-install:
fi
@ chown -R pgsql:pgsql ${PREFIX}/pgsql
@ echo 'Initializing PostgreSQL Databases - this may take a few minutes...'
- @ /sbin/ldconfig -m ${PREFIX}/pgsql/lib
+ @ ${LDCONFIG} -m ${PREFIX}/pgsql/lib
@ su -l pgsql -c '${PREFIX}/pgsql/bin/initdb --pglib=${PREFIX}/pgsql/lib --pgdata=${PREFIX}/pgsql/data'
@ if [ ! -f ${PREFIX}/etc/rc.d/postgresql.sh ]; then \
echo "Installing ${PREFIX}/etc/rc.d/postgresql.sh startup file."; \
diff --git a/databases/postgresql7/Makefile b/databases/postgresql7/Makefile
index de14030f5fc3..260aeffdd19c 100644
--- a/databases/postgresql7/Makefile
+++ b/databases/postgresql7/Makefile
@@ -3,7 +3,7 @@
# Date created: April 2, 1997
# Whom: Marc G. Fournier <scrappy@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.11 1997/06/14 19:40:03 andreas Exp $
+# $Id: Makefile,v 1.12 1997/06/14 21:10:42 andreas Exp $
DISTNAME= postgresql-v6.1
PKGNAME= postgresql-6.1
@@ -60,7 +60,7 @@ post-install:
fi
@ chown -R pgsql:pgsql ${PREFIX}/pgsql
@ echo 'Initializing PostgreSQL Databases - this may take a few minutes...'
- @ /sbin/ldconfig -m ${PREFIX}/pgsql/lib
+ @ ${LDCONFIG} -m ${PREFIX}/pgsql/lib
@ su -l pgsql -c '${PREFIX}/pgsql/bin/initdb --pglib=${PREFIX}/pgsql/lib --pgdata=${PREFIX}/pgsql/data'
@ if [ ! -f ${PREFIX}/etc/rc.d/postgresql.sh ]; then \
echo "Installing ${PREFIX}/etc/rc.d/postgresql.sh startup file."; \
diff --git a/databases/postgresql73-server/Makefile b/databases/postgresql73-server/Makefile
index de14030f5fc3..260aeffdd19c 100644
--- a/databases/postgresql73-server/Makefile
+++ b/databases/postgresql73-server/Makefile
@@ -3,7 +3,7 @@
# Date created: April 2, 1997
# Whom: Marc G. Fournier <scrappy@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.11 1997/06/14 19:40:03 andreas Exp $
+# $Id: Makefile,v 1.12 1997/06/14 21:10:42 andreas Exp $
DISTNAME= postgresql-v6.1
PKGNAME= postgresql-6.1
@@ -60,7 +60,7 @@ post-install:
fi
@ chown -R pgsql:pgsql ${PREFIX}/pgsql
@ echo 'Initializing PostgreSQL Databases - this may take a few minutes...'
- @ /sbin/ldconfig -m ${PREFIX}/pgsql/lib
+ @ ${LDCONFIG} -m ${PREFIX}/pgsql/lib
@ su -l pgsql -c '${PREFIX}/pgsql/bin/initdb --pglib=${PREFIX}/pgsql/lib --pgdata=${PREFIX}/pgsql/data'
@ if [ ! -f ${PREFIX}/etc/rc.d/postgresql.sh ]; then \
echo "Installing ${PREFIX}/etc/rc.d/postgresql.sh startup file."; \
diff --git a/databases/postgresql73/Makefile b/databases/postgresql73/Makefile
index de14030f5fc3..260aeffdd19c 100644
--- a/databases/postgresql73/Makefile
+++ b/databases/postgresql73/Makefile
@@ -3,7 +3,7 @@
# Date created: April 2, 1997
# Whom: Marc G. Fournier <scrappy@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.11 1997/06/14 19:40:03 andreas Exp $
+# $Id: Makefile,v 1.12 1997/06/14 21:10:42 andreas Exp $
DISTNAME= postgresql-v6.1
PKGNAME= postgresql-6.1
@@ -60,7 +60,7 @@ post-install:
fi
@ chown -R pgsql:pgsql ${PREFIX}/pgsql
@ echo 'Initializing PostgreSQL Databases - this may take a few minutes...'
- @ /sbin/ldconfig -m ${PREFIX}/pgsql/lib
+ @ ${LDCONFIG} -m ${PREFIX}/pgsql/lib
@ su -l pgsql -c '${PREFIX}/pgsql/bin/initdb --pglib=${PREFIX}/pgsql/lib --pgdata=${PREFIX}/pgsql/data'
@ if [ ! -f ${PREFIX}/etc/rc.d/postgresql.sh ]; then \
echo "Installing ${PREFIX}/etc/rc.d/postgresql.sh startup file."; \
diff --git a/databases/postgresql74-server/Makefile b/databases/postgresql74-server/Makefile
index de14030f5fc3..260aeffdd19c 100644
--- a/databases/postgresql74-server/Makefile
+++ b/databases/postgresql74-server/Makefile
@@ -3,7 +3,7 @@
# Date created: April 2, 1997
# Whom: Marc G. Fournier <scrappy@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.11 1997/06/14 19:40:03 andreas Exp $
+# $Id: Makefile,v 1.12 1997/06/14 21:10:42 andreas Exp $
DISTNAME= postgresql-v6.1
PKGNAME= postgresql-6.1
@@ -60,7 +60,7 @@ post-install:
fi
@ chown -R pgsql:pgsql ${PREFIX}/pgsql
@ echo 'Initializing PostgreSQL Databases - this may take a few minutes...'
- @ /sbin/ldconfig -m ${PREFIX}/pgsql/lib
+ @ ${LDCONFIG} -m ${PREFIX}/pgsql/lib
@ su -l pgsql -c '${PREFIX}/pgsql/bin/initdb --pglib=${PREFIX}/pgsql/lib --pgdata=${PREFIX}/pgsql/data'
@ if [ ! -f ${PREFIX}/etc/rc.d/postgresql.sh ]; then \
echo "Installing ${PREFIX}/etc/rc.d/postgresql.sh startup file."; \
diff --git a/databases/postgresql80-server/Makefile b/databases/postgresql80-server/Makefile
index de14030f5fc3..260aeffdd19c 100644
--- a/databases/postgresql80-server/Makefile
+++ b/databases/postgresql80-server/Makefile
@@ -3,7 +3,7 @@
# Date created: April 2, 1997
# Whom: Marc G. Fournier <scrappy@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.11 1997/06/14 19:40:03 andreas Exp $
+# $Id: Makefile,v 1.12 1997/06/14 21:10:42 andreas Exp $
DISTNAME= postgresql-v6.1
PKGNAME= postgresql-6.1
@@ -60,7 +60,7 @@ post-install:
fi
@ chown -R pgsql:pgsql ${PREFIX}/pgsql
@ echo 'Initializing PostgreSQL Databases - this may take a few minutes...'
- @ /sbin/ldconfig -m ${PREFIX}/pgsql/lib
+ @ ${LDCONFIG} -m ${PREFIX}/pgsql/lib
@ su -l pgsql -c '${PREFIX}/pgsql/bin/initdb --pglib=${PREFIX}/pgsql/lib --pgdata=${PREFIX}/pgsql/data'
@ if [ ! -f ${PREFIX}/etc/rc.d/postgresql.sh ]; then \
echo "Installing ${PREFIX}/etc/rc.d/postgresql.sh startup file."; \
diff --git a/databases/postgresql81-server/Makefile b/databases/postgresql81-server/Makefile
index de14030f5fc3..260aeffdd19c 100644
--- a/databases/postgresql81-server/Makefile
+++ b/databases/postgresql81-server/Makefile
@@ -3,7 +3,7 @@
# Date created: April 2, 1997
# Whom: Marc G. Fournier <scrappy@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.11 1997/06/14 19:40:03 andreas Exp $
+# $Id: Makefile,v 1.12 1997/06/14 21:10:42 andreas Exp $
DISTNAME= postgresql-v6.1
PKGNAME= postgresql-6.1
@@ -60,7 +60,7 @@ post-install:
fi
@ chown -R pgsql:pgsql ${PREFIX}/pgsql
@ echo 'Initializing PostgreSQL Databases - this may take a few minutes...'
- @ /sbin/ldconfig -m ${PREFIX}/pgsql/lib
+ @ ${LDCONFIG} -m ${PREFIX}/pgsql/lib
@ su -l pgsql -c '${PREFIX}/pgsql/bin/initdb --pglib=${PREFIX}/pgsql/lib --pgdata=${PREFIX}/pgsql/data'
@ if [ ! -f ${PREFIX}/etc/rc.d/postgresql.sh ]; then \
echo "Installing ${PREFIX}/etc/rc.d/postgresql.sh startup file."; \
diff --git a/databases/postgresql82-server/Makefile b/databases/postgresql82-server/Makefile
index de14030f5fc3..260aeffdd19c 100644
--- a/databases/postgresql82-server/Makefile
+++ b/databases/postgresql82-server/Makefile
@@ -3,7 +3,7 @@
# Date created: April 2, 1997
# Whom: Marc G. Fournier <scrappy@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.11 1997/06/14 19:40:03 andreas Exp $
+# $Id: Makefile,v 1.12 1997/06/14 21:10:42 andreas Exp $
DISTNAME= postgresql-v6.1
PKGNAME= postgresql-6.1
@@ -60,7 +60,7 @@ post-install:
fi
@ chown -R pgsql:pgsql ${PREFIX}/pgsql
@ echo 'Initializing PostgreSQL Databases - this may take a few minutes...'
- @ /sbin/ldconfig -m ${PREFIX}/pgsql/lib
+ @ ${LDCONFIG} -m ${PREFIX}/pgsql/lib
@ su -l pgsql -c '${PREFIX}/pgsql/bin/initdb --pglib=${PREFIX}/pgsql/lib --pgdata=${PREFIX}/pgsql/data'
@ if [ ! -f ${PREFIX}/etc/rc.d/postgresql.sh ]; then \
echo "Installing ${PREFIX}/etc/rc.d/postgresql.sh startup file."; \
diff --git a/databases/postgresql83-server/Makefile b/databases/postgresql83-server/Makefile
index de14030f5fc3..260aeffdd19c 100644
--- a/databases/postgresql83-server/Makefile
+++ b/databases/postgresql83-server/Makefile
@@ -3,7 +3,7 @@
# Date created: April 2, 1997
# Whom: Marc G. Fournier <scrappy@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.11 1997/06/14 19:40:03 andreas Exp $
+# $Id: Makefile,v 1.12 1997/06/14 21:10:42 andreas Exp $
DISTNAME= postgresql-v6.1
PKGNAME= postgresql-6.1
@@ -60,7 +60,7 @@ post-install:
fi
@ chown -R pgsql:pgsql ${PREFIX}/pgsql
@ echo 'Initializing PostgreSQL Databases - this may take a few minutes...'
- @ /sbin/ldconfig -m ${PREFIX}/pgsql/lib
+ @ ${LDCONFIG} -m ${PREFIX}/pgsql/lib
@ su -l pgsql -c '${PREFIX}/pgsql/bin/initdb --pglib=${PREFIX}/pgsql/lib --pgdata=${PREFIX}/pgsql/data'
@ if [ ! -f ${PREFIX}/etc/rc.d/postgresql.sh ]; then \
echo "Installing ${PREFIX}/etc/rc.d/postgresql.sh startup file."; \
diff --git a/databases/postgresql84-server/Makefile b/databases/postgresql84-server/Makefile
index de14030f5fc3..260aeffdd19c 100644
--- a/databases/postgresql84-server/Makefile
+++ b/databases/postgresql84-server/Makefile
@@ -3,7 +3,7 @@
# Date created: April 2, 1997
# Whom: Marc G. Fournier <scrappy@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.11 1997/06/14 19:40:03 andreas Exp $
+# $Id: Makefile,v 1.12 1997/06/14 21:10:42 andreas Exp $
DISTNAME= postgresql-v6.1
PKGNAME= postgresql-6.1
@@ -60,7 +60,7 @@ post-install:
fi
@ chown -R pgsql:pgsql ${PREFIX}/pgsql
@ echo 'Initializing PostgreSQL Databases - this may take a few minutes...'
- @ /sbin/ldconfig -m ${PREFIX}/pgsql/lib
+ @ ${LDCONFIG} -m ${PREFIX}/pgsql/lib
@ su -l pgsql -c '${PREFIX}/pgsql/bin/initdb --pglib=${PREFIX}/pgsql/lib --pgdata=${PREFIX}/pgsql/data'
@ if [ ! -f ${PREFIX}/etc/rc.d/postgresql.sh ]; then \
echo "Installing ${PREFIX}/etc/rc.d/postgresql.sh startup file."; \
diff --git a/databases/postgresql90-server/Makefile b/databases/postgresql90-server/Makefile
index de14030f5fc3..260aeffdd19c 100644
--- a/databases/postgresql90-server/Makefile
+++ b/databases/postgresql90-server/Makefile
@@ -3,7 +3,7 @@
# Date created: April 2, 1997
# Whom: Marc G. Fournier <scrappy@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.11 1997/06/14 19:40:03 andreas Exp $
+# $Id: Makefile,v 1.12 1997/06/14 21:10:42 andreas Exp $
DISTNAME= postgresql-v6.1
PKGNAME= postgresql-6.1
@@ -60,7 +60,7 @@ post-install:
fi
@ chown -R pgsql:pgsql ${PREFIX}/pgsql
@ echo 'Initializing PostgreSQL Databases - this may take a few minutes...'
- @ /sbin/ldconfig -m ${PREFIX}/pgsql/lib
+ @ ${LDCONFIG} -m ${PREFIX}/pgsql/lib
@ su -l pgsql -c '${PREFIX}/pgsql/bin/initdb --pglib=${PREFIX}/pgsql/lib --pgdata=${PREFIX}/pgsql/data'
@ if [ ! -f ${PREFIX}/etc/rc.d/postgresql.sh ]; then \
echo "Installing ${PREFIX}/etc/rc.d/postgresql.sh startup file."; \
diff --git a/databases/postgresql91-server/Makefile b/databases/postgresql91-server/Makefile
index de14030f5fc3..260aeffdd19c 100644
--- a/databases/postgresql91-server/Makefile
+++ b/databases/postgresql91-server/Makefile
@@ -3,7 +3,7 @@
# Date created: April 2, 1997
# Whom: Marc G. Fournier <scrappy@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.11 1997/06/14 19:40:03 andreas Exp $
+# $Id: Makefile,v 1.12 1997/06/14 21:10:42 andreas Exp $
DISTNAME= postgresql-v6.1
PKGNAME= postgresql-6.1
@@ -60,7 +60,7 @@ post-install:
fi
@ chown -R pgsql:pgsql ${PREFIX}/pgsql
@ echo 'Initializing PostgreSQL Databases - this may take a few minutes...'
- @ /sbin/ldconfig -m ${PREFIX}/pgsql/lib
+ @ ${LDCONFIG} -m ${PREFIX}/pgsql/lib
@ su -l pgsql -c '${PREFIX}/pgsql/bin/initdb --pglib=${PREFIX}/pgsql/lib --pgdata=${PREFIX}/pgsql/data'
@ if [ ! -f ${PREFIX}/etc/rc.d/postgresql.sh ]; then \
echo "Installing ${PREFIX}/etc/rc.d/postgresql.sh startup file."; \
diff --git a/databases/postgresql92-server/Makefile b/databases/postgresql92-server/Makefile
index de14030f5fc3..260aeffdd19c 100644
--- a/databases/postgresql92-server/Makefile
+++ b/databases/postgresql92-server/Makefile
@@ -3,7 +3,7 @@
# Date created: April 2, 1997
# Whom: Marc G. Fournier <scrappy@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.11 1997/06/14 19:40:03 andreas Exp $
+# $Id: Makefile,v 1.12 1997/06/14 21:10:42 andreas Exp $
DISTNAME= postgresql-v6.1
PKGNAME= postgresql-6.1
@@ -60,7 +60,7 @@ post-install:
fi
@ chown -R pgsql:pgsql ${PREFIX}/pgsql
@ echo 'Initializing PostgreSQL Databases - this may take a few minutes...'
- @ /sbin/ldconfig -m ${PREFIX}/pgsql/lib
+ @ ${LDCONFIG} -m ${PREFIX}/pgsql/lib
@ su -l pgsql -c '${PREFIX}/pgsql/bin/initdb --pglib=${PREFIX}/pgsql/lib --pgdata=${PREFIX}/pgsql/data'
@ if [ ! -f ${PREFIX}/etc/rc.d/postgresql.sh ]; then \
echo "Installing ${PREFIX}/etc/rc.d/postgresql.sh startup file."; \
diff --git a/devel/libdlmalloc/Makefile b/devel/libdlmalloc/Makefile
index 27a34c2e9c07..32a2b72c6a35 100644
--- a/devel/libdlmalloc/Makefile
+++ b/devel/libdlmalloc/Makefile
@@ -3,7 +3,7 @@
# Date created: 3 June 1995
# Whom: roberto
#
-# $Id: Makefile,v 1.4 1996/11/18 11:22:44 asami Exp $
+# $Id: Makefile,v 1.5 1997/04/21 00:30:27 obrien Exp $
#
DISTNAME= dlmalloc
@@ -24,6 +24,6 @@ do-extract:
${CP} -p ${FILESDIR}/Makefile ${WRKDIR}
post-install:
- ldconfig -m ${PREFIX}/lib
+ ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>
diff --git a/devel/libmalloc/Makefile b/devel/libmalloc/Makefile
index 228d5d3936ee..76863f589b14 100644
--- a/devel/libmalloc/Makefile
+++ b/devel/libmalloc/Makefile
@@ -3,7 +3,7 @@
# Date created: 11 January 1995
# Whom: jkh
#
-# $Id: Makefile,v 1.10 1997/04/28 14:49:38 obrien Exp $
+# $Id: Makefile,v 1.11 1997/04/28 14:54:34 obrien Exp $
#
DISTNAME= malloc-1.18
@@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.cs.toronto.edu/pub/moraes/
MAINTAINER= obrien@FreeBSD.org
post-install:
- /sbin/ldconfig -m ${PREFIX}/lib
+ ${LDCONFIG} -m ${PREFIX}/lib
@(cd ${PREFIX}/include ; ln -sf malloc.h libmalloc.h)
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/libmalloc
diff --git a/devel/libslang/Makefile b/devel/libslang/Makefile
index fa90dcd30439..4983e59cbb84 100644
--- a/devel/libslang/Makefile
+++ b/devel/libslang/Makefile
@@ -3,7 +3,7 @@
# Date created: 11 July 1996
# Whom: ache
#
-# $Id: Makefile,v 1.7 1996/11/18 11:23:03 asami Exp $
+# $Id: Makefile,v 1.9 1997/01/28 08:26:08 ache Exp $
#
DISTNAME= slang0.99-38
@@ -20,6 +20,6 @@ WRKSRC= ${WRKDIR}/slang
post-install:
@rm -f ${PREFIX}/lib/libslang.so.99.3[348]
- /sbin/ldconfig -m ${PREFIX}/lib
+ ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile
index 12c4612b2559..684bef6f437b 100644
--- a/graphics/ImageMagick/Makefile
+++ b/graphics/ImageMagick/Makefile
@@ -3,7 +3,7 @@
# Date created: 15 November 1994
# Whom: torstenb
#
-# $Id: Makefile,v 1.16 1997/04/04 06:06:16 tg Exp $
+# $Id: Makefile,v 1.17 1997/06/03 15:58:15 davidn Exp $
#
DISTNAME= ImageMagick-3.8.6
@@ -32,6 +32,6 @@ pre-build:
@(cd ${WRKSRC}/magick; make)
post-install:
- ldconfig -m ${PREFIX}/lib
+ ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>
diff --git a/graphics/jbigkit/Makefile b/graphics/jbigkit/Makefile
index 29a8ce49b3cb..b0c45300529c 100644
--- a/graphics/jbigkit/Makefile
+++ b/graphics/jbigkit/Makefile
@@ -3,7 +3,7 @@
# Date created: 19 November 1996
# Whom: mi
#
-# $Id: Makefile,v 1.1.1.1 1996/12/23 07:12:28 tg Exp $
+# $Id: Makefile,v 1.2 1996/12/24 07:35:26 asami Exp $
#
DISTNAME= jbigkit-0.9
@@ -26,6 +26,6 @@ post-install:
${MKDIR} ${PREFIX}/share/doc/jbig
${INSTALL_DATA} ${WRKSRC}/libjbig/jbig.doc ${PREFIX}/share/doc/jbig
.endif
- /sbin/ldconfig -m ${PREFIX}/lib
+ ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>
diff --git a/graphics/jpeg-mmx/Makefile b/graphics/jpeg-mmx/Makefile
index 256545cdc934..b185f4ea26bf 100644
--- a/graphics/jpeg-mmx/Makefile
+++ b/graphics/jpeg-mmx/Makefile
@@ -3,7 +3,7 @@
# Date created: 6 November 1994
# Whom: smace
#
-# $Id: Makefile,v 1.12 1996/11/16 00:54:46 ache Exp $
+# $Id: Makefile,v 1.13 1996/11/18 14:00:09 asami Exp $
#
DISTNAME= jpegsrc.v6a
@@ -17,6 +17,6 @@ INSTALL_TARGET= install install-lib
MAN1= cjpeg.1 djpeg.1 jpegtran.1 rdjpgcom.1 wrjpgcom.1
post-install:
- /sbin/ldconfig -m ${PREFIX}/lib
+ ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>
diff --git a/graphics/jpeg/Makefile b/graphics/jpeg/Makefile
index 256545cdc934..b185f4ea26bf 100644
--- a/graphics/jpeg/Makefile
+++ b/graphics/jpeg/Makefile
@@ -3,7 +3,7 @@
# Date created: 6 November 1994
# Whom: smace
#
-# $Id: Makefile,v 1.12 1996/11/16 00:54:46 ache Exp $
+# $Id: Makefile,v 1.13 1996/11/18 14:00:09 asami Exp $
#
DISTNAME= jpegsrc.v6a
@@ -17,6 +17,6 @@ INSTALL_TARGET= install install-lib
MAN1= cjpeg.1 djpeg.1 jpegtran.1 rdjpgcom.1 wrjpgcom.1
post-install:
- /sbin/ldconfig -m ${PREFIX}/lib
+ ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>
diff --git a/graphics/mpeg-lib/Makefile b/graphics/mpeg-lib/Makefile
index 47a197518224..99a5390643b1 100644
--- a/graphics/mpeg-lib/Makefile
+++ b/graphics/mpeg-lib/Makefile
@@ -3,7 +3,7 @@
# Date created: 16 November 1994
# Whom: torstenb
#
-# $Id: Makefile,v 1.4 1995/06/24 11:38:07 asami Exp $
+# $Id: Makefile,v 1.5 1996/11/18 11:28:14 asami Exp $
#
DISTNAME= mpeg_lib-1.1
@@ -17,6 +17,6 @@ pre-install:
@mkdir -p ${PREFIX}/man/man1 ${PREFIX}/man/man3
post-install:
- ldconfig -m ${PREFIX}/lib
+ ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>
diff --git a/graphics/pgplot/Makefile b/graphics/pgplot/Makefile
index 20230c413729..90e23853ad4a 100644
--- a/graphics/pgplot/Makefile
+++ b/graphics/pgplot/Makefile
@@ -3,7 +3,7 @@
# Date created: 21 December 1996
# Whom: jmz
#
-# $Id: Makefile,v 1.1.1.1 1996/12/22 04:36:42 jmz Exp $
+# $Id: Makefile,v 1.2 1997/01/05 12:39:15 asami Exp $
#
DISTNAME= pgplot5.1
@@ -16,6 +16,6 @@ MAINTAINER= jmz@FreeBSD.org
WRKSRC= ${WRKDIR}/pgplot
post-install:
- /sbin/ldconfig -m ${PREFIX}/lib
+ ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>
diff --git a/graphics/png/Makefile b/graphics/png/Makefile
index 4fc60de81734..1d59ad07a67f 100644
--- a/graphics/png/Makefile
+++ b/graphics/png/Makefile
@@ -3,7 +3,7 @@
# Date created: 5 Dec 1995
# Whom: ache
#
-# $Id: Makefile,v 1.8 1996/11/18 11:29:00 asami Exp $
+# $Id: Makefile,v 1.9 1997/06/24 13:15:47 ache Exp $
#
DISTNAME= libpng-0.96
@@ -17,6 +17,6 @@ MAINTAINER= ache@FreeBSD.org
MAKEFILE= makefile
post-install:
- /sbin/ldconfig -m ${PREFIX}/lib
+ ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>
diff --git a/graphics/xpm/Makefile b/graphics/xpm/Makefile
index 6a8e6448c7f7..778d4f5c1d77 100644
--- a/graphics/xpm/Makefile
+++ b/graphics/xpm/Makefile
@@ -3,7 +3,7 @@
# Date created: 14 September 1994
# Whom: jkh
#
-# $Id: Makefile,v 1.12 1997/01/10 03:35:50 ache Exp $
+# $Id: Makefile,v 1.13 1997/01/15 18:30:17 ache Exp $
#
DISTNAME= xpm-3.4j
@@ -13,6 +13,6 @@ MASTER_SITES= ftp://avahi.inria.fr/pub/xpm/
USE_IMAKE= yes
post-install:
- /sbin/ldconfig -m ${PREFIX}/lib
+ ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>
diff --git a/japanese/Canna/Makefile b/japanese/Canna/Makefile
index 392c109dab18..74a3d3d2741c 100644
--- a/japanese/Canna/Makefile
+++ b/japanese/Canna/Makefile
@@ -4,7 +4,7 @@
# Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
# NIIMI Satoshi <sa2c@and.or.jp>
#
-# $Id: Makefile,v 1.14 1996/11/13 12:40:55 asami Exp $
+# $Id: Makefile,v 1.15 1997/07/13 18:49:14 max Exp $
#
DISTNAME= Canna32p2
@@ -35,7 +35,7 @@ MAN3= RkRgnBun.3 RkDefineDic.3 RkDeleteDic.3 RkEndBun.3 \
STARTUP_SCRIPT= ${PREFIX}/etc/rc.d/canna.sh
post-install:
- /sbin/ldconfig -m ${PREFIX}/lib
+ ${LDCONFIG} -m ${PREFIX}/lib
@if [ ! -f ${STARTUP_SCRIPT} ]; then \
echo "Installing ${STARTUP_SCRIPT} startup file."; \
echo '#!/bin/sh' > ${STARTUP_SCRIPT}; \
diff --git a/japanese/canna-lib/Makefile b/japanese/canna-lib/Makefile
index 392c109dab18..74a3d3d2741c 100644
--- a/japanese/canna-lib/Makefile
+++ b/japanese/canna-lib/Makefile
@@ -4,7 +4,7 @@
# Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
# NIIMI Satoshi <sa2c@and.or.jp>
#
-# $Id: Makefile,v 1.14 1996/11/13 12:40:55 asami Exp $
+# $Id: Makefile,v 1.15 1997/07/13 18:49:14 max Exp $
#
DISTNAME= Canna32p2
@@ -35,7 +35,7 @@ MAN3= RkRgnBun.3 RkDefineDic.3 RkDeleteDic.3 RkEndBun.3 \
STARTUP_SCRIPT= ${PREFIX}/etc/rc.d/canna.sh
post-install:
- /sbin/ldconfig -m ${PREFIX}/lib
+ ${LDCONFIG} -m ${PREFIX}/lib
@if [ ! -f ${STARTUP_SCRIPT} ]; then \
echo "Installing ${STARTUP_SCRIPT} startup file."; \
echo '#!/bin/sh' > ${STARTUP_SCRIPT}; \
diff --git a/japanese/canna-server/Makefile b/japanese/canna-server/Makefile
index 392c109dab18..74a3d3d2741c 100644
--- a/japanese/canna-server/Makefile
+++ b/japanese/canna-server/Makefile
@@ -4,7 +4,7 @@
# Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
# NIIMI Satoshi <sa2c@and.or.jp>
#
-# $Id: Makefile,v 1.14 1996/11/13 12:40:55 asami Exp $
+# $Id: Makefile,v 1.15 1997/07/13 18:49:14 max Exp $
#
DISTNAME= Canna32p2
@@ -35,7 +35,7 @@ MAN3= RkRgnBun.3 RkDefineDic.3 RkDeleteDic.3 RkEndBun.3 \
STARTUP_SCRIPT= ${PREFIX}/etc/rc.d/canna.sh
post-install:
- /sbin/ldconfig -m ${PREFIX}/lib
+ ${LDCONFIG} -m ${PREFIX}/lib
@if [ ! -f ${STARTUP_SCRIPT} ]; then \
echo "Installing ${STARTUP_SCRIPT} startup file."; \
echo '#!/bin/sh' > ${STARTUP_SCRIPT}; \
diff --git a/japanese/mh/Makefile b/japanese/mh/Makefile
index 36df64883916..dd52175cd783 100644
--- a/japanese/mh/Makefile
+++ b/japanese/mh/Makefile
@@ -3,7 +3,7 @@
# Date created: 28 March 1995
# Whom: Akito FUJITA <fujita@zoo.ncl.omron.co.jp>
#
-# $Id: Makefile,v 1.6 1996/11/18 14:01:51 asami Exp $
+# $Id: Makefile,v 1.7 1997/01/07 07:47:20 max Exp $
#
DISTNAME= mh-6.8.3
@@ -35,6 +35,6 @@ pre-build:
@(cd ${WRKSRC} ; make clean)
post-install:
- ldconfig -m ${PREFIX}/lib
+ ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>
diff --git a/japanese/pine/Makefile b/japanese/pine/Makefile
index 296567be98d8..2b9c564dfcc0 100644
--- a/japanese/pine/Makefile
+++ b/japanese/pine/Makefile
@@ -3,7 +3,7 @@
# Date created: 01 May 1996
# Whom: masafumi
#
-# $Id: Makefile,v 1.9 1996/11/13 12:41:07 asami Exp $
+# $Id: Makefile,v 1.10 1997/01/21 06:40:52 max Exp $
#
DISTNAME= pine3.95
@@ -45,6 +45,6 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/pine/pine.ndx ${PREFIX}/lib/pine
${INSTALL_DATA} ${WRKSRC}/pine/pine_ja.hlp ${PREFIX}/lib/pine
${INSTALL_DATA} ${WRKSRC}/pine/pine_ja.ndx ${PREFIX}/lib/pine
- ldconfig -vm /usr/local/lib
+ ${LDCONFIG} -m /usr/local/lib
.include <bsd.port.mk>
diff --git a/japanese/vflib/Makefile b/japanese/vflib/Makefile
index 7d3430e4777c..e13f3e7b2157 100644
--- a/japanese/vflib/Makefile
+++ b/japanese/vflib/Makefile
@@ -3,7 +3,7 @@
# Date created: 10 May 1996
# Whom: Mita Yoshio <mita@jp.FreeBSD.org>
#
-# $Id: Makefile,v 1.5 1996/12/05 12:04:39 asami Exp $
+# $Id: Makefile,v 1.6 1997/03/03 09:00:04 asami Exp $
#
DISTNAME= VFlib-2.22
@@ -49,6 +49,6 @@ do-install:
${MKDIR} ${PREFIX}/share/fonts/watanabe_font
tar -C ${PREFIX}/share/fonts/watanabe_font \
-xzf ${DISTDIR}/watanabe-vf.tar.Z
- /sbin/ldconfig -m ${PREFIX}/lib
+ ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>
diff --git a/lang/itcl/Makefile b/lang/itcl/Makefile
index 9ac7c6d174ef..151d0a7471fb 100644
--- a/lang/itcl/Makefile
+++ b/lang/itcl/Makefile
@@ -3,7 +3,7 @@
# Date created: Aug 17 1996
# Whom: chuckr
#
-# $Id: Makefile,v 1.18 1996/12/07 13:03:36 asami Exp $
+# $Id: Makefile,v 1.19 1997/05/31 17:36:10 fenner Exp $
#
DISTNAME= itcl2.1
@@ -55,6 +55,6 @@ post-install:
@echo " iwidgets"
@echo "To the manpath in /etc/manpath.config"
@echo "*****************************************************"
- /sbin/ldconfig -m $(PREFIX)/lib
+ ${LDCONFIG} -m $(PREFIX)/lib
.include <bsd.port.mk>
diff --git a/lang/modula-3-lib/Makefile b/lang/modula-3-lib/Makefile
index e60125cef58f..f120f81adda2 100644
--- a/lang/modula-3-lib/Makefile
+++ b/lang/modula-3-lib/Makefile
@@ -3,7 +3,7 @@
# Date created: 28 Oct 1996
# Whom: John Polstra <jdp@polstra.com>
#
-# $Id: Makefile,v 1.7 1997/04/30 03:18:04 asami Exp $
+# $Id: Makefile,v 1.8 1997/07/13 18:49:22 max Exp $
#
DISTNAME= modula-3-lib-3.6
@@ -139,6 +139,6 @@ do-install:
chmod 755 ${startup_script}; \
fi
@echo "Running ldconfig"
- @/sbin/ldconfig -m ${PREFIX}/lib/m3/FreeBSD2
+ @${LDCONFIG} -m ${PREFIX}/lib/m3/FreeBSD2
.include <bsd.port.mk>
diff --git a/lang/modula-3/Makefile b/lang/modula-3/Makefile
index cbf3ce8f8060..adfb00ce9990 100644
--- a/lang/modula-3/Makefile
+++ b/lang/modula-3/Makefile
@@ -3,7 +3,7 @@
# Date created: 18 Mar 1996
# Whom: John Polstra <jdp@polstra.com>
#
-# $Id: Makefile,v 1.15 1997/07/11 05:16:31 jdp Exp $
+# $Id: Makefile,v 1.16 1997/07/13 18:49:21 max Exp $
#
DISTNAME= modula-3-3.6
@@ -93,6 +93,6 @@ do-install:
find -X lib/m3 -type d | xargs chown ${BINOWN}.${BINGRP}; \
find -X lib/m3 -type d | xargs chmod 755
@echo "Running ldconfig"
- @/sbin/ldconfig -m ${PREFIX}/lib/m3/FreeBSD2
+ @${LDCONFIG} -m ${PREFIX}/lib/m3/FreeBSD2
.include <bsd.port.mk>
diff --git a/lang/rexx-imc/Makefile b/lang/rexx-imc/Makefile
index afc3296cdadc..a8994fddf1d8 100644
--- a/lang/rexx-imc/Makefile
+++ b/lang/rexx-imc/Makefile
@@ -3,7 +3,7 @@
# Date created: Septermber 21 96
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
-# $Id: Makefile,v 1.1.1.1 1996/09/23 15:50:09 jfitz Exp $
+# $Id: Makefile,v 1.2 1996/11/12 02:19:01 obrien Exp $
#
DISTNAME= rexx-imc-1.6d
@@ -36,6 +36,6 @@ do-install:
.endif
post-install:
- @ ldconfig -m ${PREFIX}/lib
+ @ ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>
diff --git a/lang/schemetoc/Makefile b/lang/schemetoc/Makefile
index 14ad13150d46..5a2202d3241f 100644
--- a/lang/schemetoc/Makefile
+++ b/lang/schemetoc/Makefile
@@ -3,7 +3,7 @@
# Date created: 28 Dec 1994
# Whom: jmacd@uclink.berkeley.edu
#
-# $Id: Makefile,v 1.8 1995/11/22 13:13:11 asami Exp $
+# $Id: Makefile,v 1.9 1996/11/12 02:19:06 obrien Exp $
#
DISTNAME= schemetoc-93.3.15
@@ -17,6 +17,6 @@ MAINTAINER= jmacd@FreeBSD.ORG
NO_WRKSUBDIR= yes
post-install:
- ldconfig -m ${PREFIX}/lib
+ ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>
diff --git a/lang/tclX/Makefile b/lang/tclX/Makefile
index 02dfe50cf784..0dd187423071 100644
--- a/lang/tclX/Makefile
+++ b/lang/tclX/Makefile
@@ -3,7 +3,7 @@
# Date created: 6 February 1996
# Whom: jkh
#
-# $Id: Makefile,v 1.12 1997/01/06 12:10:04 jkh Exp $
+# $Id: Makefile,v 1.13 1997/04/20 13:19:13 wosch Exp $
#
DISTNAME= tclX7.5.2
@@ -55,6 +55,6 @@ post-install:
$(INSTALL_MAN) $(WRKSRC)/../doc/TclXInit.3 $(PREFIX)/man/man3
$(INSTALL_MAN) $(WRKSRC)/../doc/Memory.n $(PREFIX)/man/mann
$(INSTALL_MAN) $(WRKSRC)/../doc/TclX.n $(PREFIX)/man/mann
- /sbin/ldconfig -m ${PREFIX}/lib
+ ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>
diff --git a/lang/tclX80/Makefile b/lang/tclX80/Makefile
index 02dfe50cf784..0dd187423071 100644
--- a/lang/tclX80/Makefile
+++ b/lang/tclX80/Makefile
@@ -3,7 +3,7 @@
# Date created: 6 February 1996
# Whom: jkh
#
-# $Id: Makefile,v 1.12 1997/01/06 12:10:04 jkh Exp $
+# $Id: Makefile,v 1.13 1997/04/20 13:19:13 wosch Exp $
#
DISTNAME= tclX7.5.2
@@ -55,6 +55,6 @@ post-install:
$(INSTALL_MAN) $(WRKSRC)/../doc/TclXInit.3 $(PREFIX)/man/man3
$(INSTALL_MAN) $(WRKSRC)/../doc/Memory.n $(PREFIX)/man/mann
$(INSTALL_MAN) $(WRKSRC)/../doc/TclX.n $(PREFIX)/man/mann
- /sbin/ldconfig -m ${PREFIX}/lib
+ ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>
diff --git a/lang/tclX82/Makefile b/lang/tclX82/Makefile
index 02dfe50cf784..0dd187423071 100644
--- a/lang/tclX82/Makefile
+++ b/lang/tclX82/Makefile
@@ -3,7 +3,7 @@
# Date created: 6 February 1996
# Whom: jkh
#
-# $Id: Makefile,v 1.12 1997/01/06 12:10:04 jkh Exp $
+# $Id: Makefile,v 1.13 1997/04/20 13:19:13 wosch Exp $
#
DISTNAME= tclX7.5.2
@@ -55,6 +55,6 @@ post-install:
$(INSTALL_MAN) $(WRKSRC)/../doc/TclXInit.3 $(PREFIX)/man/man3
$(INSTALL_MAN) $(WRKSRC)/../doc/Memory.n $(PREFIX)/man/mann
$(INSTALL_MAN) $(WRKSRC)/../doc/TclX.n $(PREFIX)/man/mann
- /sbin/ldconfig -m ${PREFIX}/lib
+ ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>
diff --git a/mail/faces/Makefile b/mail/faces/Makefile
index 413e9c6de03b..40183e85adce 100644
--- a/mail/faces/Makefile
+++ b/mail/faces/Makefile
@@ -4,7 +4,7 @@
# Whom: Lars Koeller <Lars_Koeller@odie.physik2.uni-rostock.de>
# Andreas Klemm <andreas@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.2 1996/12/17 04:52:12 asami Exp $
+# $Id: Makefile,v 1.3 1997/05/17 15:14:34 max Exp $
#
DISTNAME= faces-1.6.1
@@ -20,7 +20,7 @@ MAN1= compface.1 faces.1 face_update.1
MAN3= compface.3
post-install:
- /sbin/ldconfig -m ${PREFIX}/lib
+ ${LDCONFIG} -m ${PREFIX}/lib
.if !defined(NOMANCOMPRESS)
@${RM} ${PREFIX}/man/man1/uncompface.1 ${PREFIX}/man/man3/uncompface.3
@ln -fs compface.1.gz ${PREFIX}/man/man1/uncompface.1.gz
diff --git a/mail/mh/Makefile b/mail/mh/Makefile
index 1f0078d8988e..b7ff7abbcf2e 100644
--- a/mail/mh/Makefile
+++ b/mail/mh/Makefile
@@ -3,7 +3,7 @@
# Date created: Oct 4, 1994
# Whom: pst
#
-# $Id: Makefile,v 1.10 1996/11/10 21:31:50 obrien Exp $
+# $Id: Makefile,v 1.11 1996/11/17 07:42:37 obrien Exp $
#
DISTNAME= mh-6.8.3
@@ -26,6 +26,6 @@ MAN5= mh-alias.5 mh-format.5 mh-mail.5 mh-profile.5 mh-sequence.5 mh-tailor.5
MAN8= ap.8 conflict.8 dp.8 install-mh.8 post.8 fmtdump.8
post-install:
- /sbin/ldconfig -m ${PREFIX}/lib
+ ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>
diff --git a/math/bihar/Makefile b/math/bihar/Makefile
index 177ea38edd0f..4da3f431160a 100644
--- a/math/bihar/Makefile
+++ b/math/bihar/Makefile
@@ -3,7 +3,7 @@
# Date created: 31 October 1996
# Whom: pgs
#
-# $Id: Makefile,v 1.1.1.1 1997/02/14 08:53:05 tg Exp $
+# $Id: Makefile,v 1.2 1997/02/14 09:50:04 asami Exp $
#
DISTNAME= fftpack
@@ -30,6 +30,6 @@ post-install:
${MKDIR} $(PREFIX)/share/doc/fftlib
${CP} $(WRKSRC)/doc.Z $(PREFIX)/share/doc/fftlib/
.endif
- /sbin/ldconfig -m ${PREFIX}/lib
+ ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>
diff --git a/math/blas/Makefile b/math/blas/Makefile
index cadde69ac1bf..dd71f6b0b4fa 100644
--- a/math/blas/Makefile
+++ b/math/blas/Makefile
@@ -3,7 +3,7 @@
# Date created: 27 October 1994
# Whom: ljo
#
-# $Id: Makefile,v 1.10 1996/11/18 11:31:51 asami Exp $
+# $Id: Makefile,v 1.11 1997/04/03 01:10:59 fenner Exp $
#
DISTNAME= blas
@@ -57,6 +57,6 @@ pre-extract:
chmod +x ${SCRIPTDIR}/uncomp
post-install:
- ldconfig -m ${PREFIX}/lib
+ ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>
diff --git a/math/eispack/Makefile b/math/eispack/Makefile
index d0156f1f4666..4b537108d5cb 100644
--- a/math/eispack/Makefile
+++ b/math/eispack/Makefile
@@ -3,7 +3,7 @@
# Date created: 31 October 1994
# Whom: ljo
#
-# $Id: Makefile,v 1.10 1996/11/18 11:32:14 asami Exp $
+# $Id: Makefile,v 1.11 1997/04/03 01:14:20 fenner Exp $
#
DISTNAME= eispack
@@ -42,6 +42,6 @@ pre-extract:
chmod +x ${SCRIPTDIR}/uncomp
post-install:
- ldconfig -m ${PREFIX}/lib
+ ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>
diff --git a/math/fftpack/Makefile b/math/fftpack/Makefile
index 177ea38edd0f..4da3f431160a 100644
--- a/math/fftpack/Makefile
+++ b/math/fftpack/Makefile
@@ -3,7 +3,7 @@
# Date created: 31 October 1996
# Whom: pgs
#
-# $Id: Makefile,v 1.1.1.1 1997/02/14 08:53:05 tg Exp $
+# $Id: Makefile,v 1.2 1997/02/14 09:50:04 asami Exp $
#
DISTNAME= fftpack
@@ -30,6 +30,6 @@ post-install:
${MKDIR} $(PREFIX)/share/doc/fftlib
${CP} $(WRKSRC)/doc.Z $(PREFIX)/share/doc/fftlib/
.endif
- /sbin/ldconfig -m ${PREFIX}/lib
+ ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>
diff --git a/math/lapack/Makefile b/math/lapack/Makefile
index e7424521a648..5304dee22227 100644
--- a/math/lapack/Makefile
+++ b/math/lapack/Makefile
@@ -3,7 +3,7 @@
# Date created: 2 July 1994
# Whom: jmz
#
-# $Id: Makefile,v 1.2 1996/06/10 21:19:55 asami Exp $
+# $Id: Makefile,v 1.3 1996/11/18 11:32:23 asami Exp $
#
DISTNAME= LAPACK
@@ -17,7 +17,7 @@ MAINTAINER= jmz@FreeBSD.org
do-install:
install -c -o bin -g bin ${WRKSRC}/BLAS/SRC/libblas.* ${PREFIX}/lib
install -c -o bin -g bin ${WRKSRC}/SRC/liblapack.* ${PREFIX}/lib
- /sbin/ldconfig -m ${PREFIX}/lib
+ ${LDCONFIG} -m ${PREFIX}/lib
.if !defined(NOMANCOMPRESS)
cd ${WRKDIR}/blas/man/manl; \
for i in *.l; do gzip -9f < $$i >${PREFIX}/man/manl/$$i.gz; done
diff --git a/math/linpack/Makefile b/math/linpack/Makefile
index 969a03626b5e..801ed38c3e7e 100644
--- a/math/linpack/Makefile
+++ b/math/linpack/Makefile
@@ -3,7 +3,7 @@
# Date created: 31 October 1994
# Whom: ljo
#
-# $Id: Makefile,v 1.10 1996/11/18 11:32:26 asami Exp $
+# $Id: Makefile,v 1.11 1997/04/03 01:17:23 fenner Exp $
#
DISTNAME= linpack
@@ -55,6 +55,6 @@ pre-extract:
chmod +x ${SCRIPTDIR}/uncomp
post-install:
- ldconfig -m ${PREFIX}/lib
+ ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>
diff --git a/math/octave-devel/Makefile b/math/octave-devel/Makefile
index 792a40697ced..d62e1a60d629 100644
--- a/math/octave-devel/Makefile
+++ b/math/octave-devel/Makefile
@@ -3,7 +3,7 @@
# Date created: 28 June 1997
# Whom: chuckr@freebsd.org
#
-# $Id: Makefile,v 1.7 1997/01/20 22:13:37 chuckr Exp $
+# $Id: Makefile,v 1.8 1997/06/28 02:32:20 chuckr Exp $
#
DISTNAME= octave-2.0.8
@@ -34,7 +34,7 @@ post-install:
mv ${PREFIX}/lib/libreadline.so ${PREFIX}/lib/libreadline.so.2.0
mv ${PREFIX}/lib/libhistory.so ${PREFIX}/lib/libhistory.so.2.0
mv ${PREFIX}/lib/libkpathsea.so ${PREFIX}/lib/libkpathsea.so.2.0
- /sbin/ldconfig -m $(PREFIX)/lib
+ ${LDCONFIG} -m $(PREFIX)/lib
.ifndef NOPORTDOCS
.for file in $(OCTAVE-INFO)
$(INSTALL_DATA) $(WRKSRC)/doc/interpreter/$(file) $(PREFIX)/info
diff --git a/math/octave/Makefile b/math/octave/Makefile
index 792a40697ced..d62e1a60d629 100644
--- a/math/octave/Makefile
+++ b/math/octave/Makefile
@@ -3,7 +3,7 @@
# Date created: 28 June 1997
# Whom: chuckr@freebsd.org
#
-# $Id: Makefile,v 1.7 1997/01/20 22:13:37 chuckr Exp $
+# $Id: Makefile,v 1.8 1997/06/28 02:32:20 chuckr Exp $
#
DISTNAME= octave-2.0.8
@@ -34,7 +34,7 @@ post-install:
mv ${PREFIX}/lib/libreadline.so ${PREFIX}/lib/libreadline.so.2.0
mv ${PREFIX}/lib/libhistory.so ${PREFIX}/lib/libhistory.so.2.0
mv ${PREFIX}/lib/libkpathsea.so ${PREFIX}/lib/libkpathsea.so.2.0
- /sbin/ldconfig -m $(PREFIX)/lib
+ ${LDCONFIG} -m $(PREFIX)/lib
.ifndef NOPORTDOCS
.for file in $(OCTAVE-INFO)
$(INSTALL_DATA) $(WRKSRC)/doc/interpreter/$(file) $(PREFIX)/info
diff --git a/net/libsocket++/Makefile b/net/libsocket++/Makefile
index 0cec5d8bcaf0..fff73280d003 100644
--- a/net/libsocket++/Makefile
+++ b/net/libsocket++/Makefile
@@ -5,7 +5,7 @@
# Whom: Narvi <narvi@haldjas.folklore.ee>
# David O'Brien (obrien@FreeBSD.org)
#
-# $Id: Makefile,v 1.2 1997/01/25 18:08:40 obrien Exp $
+# $Id: Makefile,v 1.1.1.1 1997/02/07 23:54:06 obrien Exp $
#
DISTNAME= socket++-1.10
@@ -22,7 +22,7 @@ post-configure:
@${CP} ${FILESDIR}/Makefile.lib ${WRKSRC}/Makefile
post-install:
- @/sbin/ldconfig -m ${PREFIX}/lib
+ @${LDCONFIG} -m ${PREFIX}/lib
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/libsocket++
${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/libsocket++
diff --git a/security/rsaref/Makefile b/security/rsaref/Makefile
index dc56bfac8397..a03d1dd49a10 100644
--- a/security/rsaref/Makefile
+++ b/security/rsaref/Makefile
@@ -4,7 +4,7 @@
# Date created: 2 Feb 1997
# Whom: ache
#
-# $Id: Makefile,v 1.18 1996/11/18 14:13:26 asami Exp $
+# $Id: Makefile,v 1.2 1997/02/02 21:25:02 ache Exp $
#
PKGNAME= rsaref-2.0
@@ -32,7 +32,7 @@ do-install:
cd ${WRKSRC} && \
${INSTALL_DATA} librsaref.a librsaref.so.2.0 \
${PREFIX}/lib
- /sbin/ldconfig -m ${PREFIX}/lib
+ ${LDCONFIG} -m ${PREFIX}/lib
install -d -m 555 ${PREFIX}/share/doc/rsaref
cd ${WRKDIR}/doc && \
${INSTALL_DATA} info.txt rsaref.txt \
diff --git a/textproc/jade/Makefile b/textproc/jade/Makefile
index 6bd4526d88fa..2566161a1d69 100644
--- a/textproc/jade/Makefile
+++ b/textproc/jade/Makefile
@@ -3,7 +3,7 @@
# Date created: June 19, 1997
# Whom: jfieber
#
-# $Id: Makefile,v 1.3 1997/07/06 02:54:02 jfieber Exp $
+# $Id: Makefile,v 1.4 1997/07/07 02:43:15 jfieber Exp $
#
DISTNAME= jade0_8
@@ -28,6 +28,6 @@ BROKEN= Requires FreeBSD 2.2 or later.
# Shared libraries are currently broken for this port.
# post-install:
-# /sbin/ldconfig -m ${PREFIX}/lib
+# ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>
diff --git a/textproc/openjade/Makefile b/textproc/openjade/Makefile
index 6bd4526d88fa..2566161a1d69 100644
--- a/textproc/openjade/Makefile
+++ b/textproc/openjade/Makefile
@@ -3,7 +3,7 @@
# Date created: June 19, 1997
# Whom: jfieber
#
-# $Id: Makefile,v 1.3 1997/07/06 02:54:02 jfieber Exp $
+# $Id: Makefile,v 1.4 1997/07/07 02:43:15 jfieber Exp $
#
DISTNAME= jade0_8
@@ -28,6 +28,6 @@ BROKEN= Requires FreeBSD 2.2 or later.
# Shared libraries are currently broken for this port.
# post-install:
-# /sbin/ldconfig -m ${PREFIX}/lib
+# ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>
diff --git a/x11-servers/XFree86-4-Server-snap/Makefile b/x11-servers/XFree86-4-Server-snap/Makefile
index 4fe0558b03f8..f93111d88309 100644
--- a/x11-servers/XFree86-4-Server-snap/Makefile
+++ b/x11-servers/XFree86-4-Server-snap/Makefile
@@ -3,7 +3,7 @@
# Date created: 5 January 1995
# Whom: jmz
#
-# $Id: Makefile,v 1.32 1997/07/13 18:49:30 max Exp $
+# $Id: Makefile,v 1.33 1997/07/14 06:36:30 asami Exp $
#
DISTNAME= xc
@@ -25,6 +25,6 @@ INSTALL_TARGET= install install.man
DIST_SUBDIR= xc
post-install:
- /sbin/ldconfig -m ${PREFIX}/lib
+ ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>
diff --git a/x11-servers/XFree86-4-Server/Makefile b/x11-servers/XFree86-4-Server/Makefile
index 4fe0558b03f8..f93111d88309 100644
--- a/x11-servers/XFree86-4-Server/Makefile
+++ b/x11-servers/XFree86-4-Server/Makefile
@@ -3,7 +3,7 @@
# Date created: 5 January 1995
# Whom: jmz
#
-# $Id: Makefile,v 1.32 1997/07/13 18:49:30 max Exp $
+# $Id: Makefile,v 1.33 1997/07/14 06:36:30 asami Exp $
#
DISTNAME= xc
@@ -25,6 +25,6 @@ INSTALL_TARGET= install install.man
DIST_SUBDIR= xc
post-install:
- /sbin/ldconfig -m ${PREFIX}/lib
+ ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>
diff --git a/x11-toolkits/blt/Makefile b/x11-toolkits/blt/Makefile
index 9776788ec28b..5e30bb63f7c6 100644
--- a/x11-toolkits/blt/Makefile
+++ b/x11-toolkits/blt/Makefile
@@ -3,7 +3,7 @@
# Date created: 3 August 1996
# Whom: lukin <lukin@okbmei.msk.su>
#
-# $Id: Makefile,v 1.12 1997/04/02 00:24:18 fenner Exp $
+# $Id: Makefile,v 1.13 1997/04/20 13:19:49 wosch Exp $
#
DISTNAME= blt-2.1
@@ -22,6 +22,6 @@ MANN= BLT.n barchart.n bgexec.n bitmap.n bltdebug.n busy.n \
vector.n watch.n winop.n
post-install:
- /sbin/ldconfig -m ${PREFIX}/lib
+ ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>
diff --git a/x11-toolkits/lesstif/Makefile b/x11-toolkits/lesstif/Makefile
index 44be0a70c594..ee7b1922744b 100644
--- a/x11-toolkits/lesstif/Makefile
+++ b/x11-toolkits/lesstif/Makefile
@@ -3,7 +3,7 @@
# Date created: December 10, 1996
# Whom: 1wardd@airmail.net
#
-# $Id: Makefile,v 1.10 1997/07/02 08:28:33 tg Exp $
+# $Id: Makefile,v 1.11 1997/07/03 06:31:46 tg Exp $
#
DISTNAME= lesstif-0.80public
@@ -51,7 +51,7 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/clients/Motif-1.2/mwm/Mwm \
${PREFIX}/lib/X11/app-defaults/Mwm
/usr/bin/strip ${PREFIX}/lib/libXm.so.0.1 ${PREFIX}/lib/libMrm.so.0.1
- /sbin/ldconfig -m ${PREFIX}/lib
+ ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>
diff --git a/x11-toolkits/neXtaw/Makefile b/x11-toolkits/neXtaw/Makefile
index 4bf7df28bdd5..48605d1d10b3 100644
--- a/x11-toolkits/neXtaw/Makefile
+++ b/x11-toolkits/neXtaw/Makefile
@@ -3,7 +3,7 @@
# Date created: 16 January 1997
# Whom: Thomas Gellekum <tg@freebsd.org>
#
-# $Id: Makefile,v 1.2 1997/04/02 00:25:40 fenner Exp $
+# $Id: Makefile,v 1.3 1997/06/12 18:01:07 asami Exp $
#
DISTNAME= neXtaw-0.5
@@ -20,6 +20,6 @@ post-extract:
@ln -sf exports/include ${WRKSRC}/X11
post-install:
- /sbin/ldconfig -m ${PREFIX}/lib
+ ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>
diff --git a/x11-toolkits/qt145/Makefile b/x11-toolkits/qt145/Makefile
index 5452b7e5dbad..4f890528ca5c 100644
--- a/x11-toolkits/qt145/Makefile
+++ b/x11-toolkits/qt145/Makefile
@@ -3,7 +3,7 @@
# Date created: 30 Jul 1996
# Whom: searle@longacre.demon.co.uk
#
-# $Id: Makefile,v 1.10 1997/04/11 04:35:33 jkh Exp $
+# $Id: Makefile,v 1.11 1997/05/14 08:58:01 tg Exp $
#
DISTNAME= qt-1.2
@@ -92,7 +92,7 @@ post-configure:
do-install:
${INSTALL_PROGRAM} $(WRKDIR)/qt-1.2/bin/moc $(X11BASE)/bin
${INSTALL_DATA} $(WRKDIR)/qt-1.2/lib/libqt.so.1.2 $(X11BASE)/lib
- /sbin/ldconfig -m $(PREFIX)/lib
+ ${LDCONFIG} -m $(PREFIX)/lib
mkdir -p $(PREFIX)/include/X11/qt
${INSTALL_DATA} $(WRKDIR)/qt-1.2/include/* $(PREFIX)/include/X11/qt
${INSTALL_MAN} $(WRKDIR)/qt-1.2/man/man1/* $(PREFIX)/man/man1
diff --git a/x11-toolkits/qt22/Makefile b/x11-toolkits/qt22/Makefile
index 5452b7e5dbad..4f890528ca5c 100644
--- a/x11-toolkits/qt22/Makefile
+++ b/x11-toolkits/qt22/Makefile
@@ -3,7 +3,7 @@
# Date created: 30 Jul 1996
# Whom: searle@longacre.demon.co.uk
#
-# $Id: Makefile,v 1.10 1997/04/11 04:35:33 jkh Exp $
+# $Id: Makefile,v 1.11 1997/05/14 08:58:01 tg Exp $
#
DISTNAME= qt-1.2
@@ -92,7 +92,7 @@ post-configure:
do-install:
${INSTALL_PROGRAM} $(WRKDIR)/qt-1.2/bin/moc $(X11BASE)/bin
${INSTALL_DATA} $(WRKDIR)/qt-1.2/lib/libqt.so.1.2 $(X11BASE)/lib
- /sbin/ldconfig -m $(PREFIX)/lib
+ ${LDCONFIG} -m $(PREFIX)/lib
mkdir -p $(PREFIX)/include/X11/qt
${INSTALL_DATA} $(WRKDIR)/qt-1.2/include/* $(PREFIX)/include/X11/qt
${INSTALL_MAN} $(WRKDIR)/qt-1.2/man/man1/* $(PREFIX)/man/man1
diff --git a/x11-toolkits/qt23/Makefile b/x11-toolkits/qt23/Makefile
index 5452b7e5dbad..4f890528ca5c 100644
--- a/x11-toolkits/qt23/Makefile
+++ b/x11-toolkits/qt23/Makefile
@@ -3,7 +3,7 @@
# Date created: 30 Jul 1996
# Whom: searle@longacre.demon.co.uk
#
-# $Id: Makefile,v 1.10 1997/04/11 04:35:33 jkh Exp $
+# $Id: Makefile,v 1.11 1997/05/14 08:58:01 tg Exp $
#
DISTNAME= qt-1.2
@@ -92,7 +92,7 @@ post-configure:
do-install:
${INSTALL_PROGRAM} $(WRKDIR)/qt-1.2/bin/moc $(X11BASE)/bin
${INSTALL_DATA} $(WRKDIR)/qt-1.2/lib/libqt.so.1.2 $(X11BASE)/lib
- /sbin/ldconfig -m $(PREFIX)/lib
+ ${LDCONFIG} -m $(PREFIX)/lib
mkdir -p $(PREFIX)/include/X11/qt
${INSTALL_DATA} $(WRKDIR)/qt-1.2/include/* $(PREFIX)/include/X11/qt
${INSTALL_MAN} $(WRKDIR)/qt-1.2/man/man1/* $(PREFIX)/man/man1
diff --git a/x11-toolkits/qt30/Makefile b/x11-toolkits/qt30/Makefile
index 5452b7e5dbad..4f890528ca5c 100644
--- a/x11-toolkits/qt30/Makefile
+++ b/x11-toolkits/qt30/Makefile
@@ -3,7 +3,7 @@
# Date created: 30 Jul 1996
# Whom: searle@longacre.demon.co.uk
#
-# $Id: Makefile,v 1.10 1997/04/11 04:35:33 jkh Exp $
+# $Id: Makefile,v 1.11 1997/05/14 08:58:01 tg Exp $
#
DISTNAME= qt-1.2
@@ -92,7 +92,7 @@ post-configure:
do-install:
${INSTALL_PROGRAM} $(WRKDIR)/qt-1.2/bin/moc $(X11BASE)/bin
${INSTALL_DATA} $(WRKDIR)/qt-1.2/lib/libqt.so.1.2 $(X11BASE)/lib
- /sbin/ldconfig -m $(PREFIX)/lib
+ ${LDCONFIG} -m $(PREFIX)/lib
mkdir -p $(PREFIX)/include/X11/qt
${INSTALL_DATA} $(WRKDIR)/qt-1.2/include/* $(PREFIX)/include/X11/qt
${INSTALL_MAN} $(WRKDIR)/qt-1.2/man/man1/* $(PREFIX)/man/man1
diff --git a/x11-toolkits/qt31/Makefile b/x11-toolkits/qt31/Makefile
index 5452b7e5dbad..4f890528ca5c 100644
--- a/x11-toolkits/qt31/Makefile
+++ b/x11-toolkits/qt31/Makefile
@@ -3,7 +3,7 @@
# Date created: 30 Jul 1996
# Whom: searle@longacre.demon.co.uk
#
-# $Id: Makefile,v 1.10 1997/04/11 04:35:33 jkh Exp $
+# $Id: Makefile,v 1.11 1997/05/14 08:58:01 tg Exp $
#
DISTNAME= qt-1.2
@@ -92,7 +92,7 @@ post-configure:
do-install:
${INSTALL_PROGRAM} $(WRKDIR)/qt-1.2/bin/moc $(X11BASE)/bin
${INSTALL_DATA} $(WRKDIR)/qt-1.2/lib/libqt.so.1.2 $(X11BASE)/lib
- /sbin/ldconfig -m $(PREFIX)/lib
+ ${LDCONFIG} -m $(PREFIX)/lib
mkdir -p $(PREFIX)/include/X11/qt
${INSTALL_DATA} $(WRKDIR)/qt-1.2/include/* $(PREFIX)/include/X11/qt
${INSTALL_MAN} $(WRKDIR)/qt-1.2/man/man1/* $(PREFIX)/man/man1
diff --git a/x11-toolkits/qt32/Makefile b/x11-toolkits/qt32/Makefile
index 5452b7e5dbad..4f890528ca5c 100644
--- a/x11-toolkits/qt32/Makefile
+++ b/x11-toolkits/qt32/Makefile
@@ -3,7 +3,7 @@
# Date created: 30 Jul 1996
# Whom: searle@longacre.demon.co.uk
#
-# $Id: Makefile,v 1.10 1997/04/11 04:35:33 jkh Exp $
+# $Id: Makefile,v 1.11 1997/05/14 08:58:01 tg Exp $
#
DISTNAME= qt-1.2
@@ -92,7 +92,7 @@ post-configure:
do-install:
${INSTALL_PROGRAM} $(WRKDIR)/qt-1.2/bin/moc $(X11BASE)/bin
${INSTALL_DATA} $(WRKDIR)/qt-1.2/lib/libqt.so.1.2 $(X11BASE)/lib
- /sbin/ldconfig -m $(PREFIX)/lib
+ ${LDCONFIG} -m $(PREFIX)/lib
mkdir -p $(PREFIX)/include/X11/qt
${INSTALL_DATA} $(WRKDIR)/qt-1.2/include/* $(PREFIX)/include/X11/qt
${INSTALL_MAN} $(WRKDIR)/qt-1.2/man/man1/* $(PREFIX)/man/man1
diff --git a/x11-toolkits/qt33/Makefile b/x11-toolkits/qt33/Makefile
index 5452b7e5dbad..4f890528ca5c 100644
--- a/x11-toolkits/qt33/Makefile
+++ b/x11-toolkits/qt33/Makefile
@@ -3,7 +3,7 @@
# Date created: 30 Jul 1996
# Whom: searle@longacre.demon.co.uk
#
-# $Id: Makefile,v 1.10 1997/04/11 04:35:33 jkh Exp $
+# $Id: Makefile,v 1.11 1997/05/14 08:58:01 tg Exp $
#
DISTNAME= qt-1.2
@@ -92,7 +92,7 @@ post-configure:
do-install:
${INSTALL_PROGRAM} $(WRKDIR)/qt-1.2/bin/moc $(X11BASE)/bin
${INSTALL_DATA} $(WRKDIR)/qt-1.2/lib/libqt.so.1.2 $(X11BASE)/lib
- /sbin/ldconfig -m $(PREFIX)/lib
+ ${LDCONFIG} -m $(PREFIX)/lib
mkdir -p $(PREFIX)/include/X11/qt
${INSTALL_DATA} $(WRKDIR)/qt-1.2/include/* $(PREFIX)/include/X11/qt
${INSTALL_MAN} $(WRKDIR)/qt-1.2/man/man1/* $(PREFIX)/man/man1
diff --git a/x11-toolkits/tix/Makefile b/x11-toolkits/tix/Makefile
index 8a5113b5ea63..65f6b30db8fc 100644
--- a/x11-toolkits/tix/Makefile
+++ b/x11-toolkits/tix/Makefile
@@ -3,7 +3,7 @@
# Date created: 22 December 1996
# Whom: Thomas Gellekum <tg@freebsd.org>
#
-# $Id: Makefile,v 1.7 1997/04/20 13:19:57 wosch Exp $
+# $Id: Makefile,v 1.8 1997/04/22 10:16:06 tg Exp $
#
DISTNAME= Tix4.1.0
@@ -45,7 +45,7 @@ post-install:
@${MKDIR} ${PREFIX}/man/man1
@mv ${PREFIX}/man/mann/tixwish.1 ${PREFIX}/man/man1
@ln -sf ${PREFIX}/bin/tixwish4.1.7.5 ${PREFIX}/bin/tixwish
- /sbin/ldconfig -m ${PREFIX}/lib
+ ${LDCONFIG} -m ${PREFIX}/lib
.for dir in generic unix
@${MKDIR} ${PREFIX}/include/tix/${dir}
${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/${dir}/*.h ${PREFIX}/include/tix/${dir}
diff --git a/x11-toolkits/xforms/Makefile b/x11-toolkits/xforms/Makefile
index 0e77c70697fa..bb4d70aec6d8 100644
--- a/x11-toolkits/xforms/Makefile
+++ b/x11-toolkits/xforms/Makefile
@@ -3,7 +3,7 @@
# Date created: 28 March 1997
# Whom: gena
#
-# $Id: Makefile,v 1.10 1997/03/28 11:39:55 asami Exp $
+# $Id: Makefile,v 1.11 1997/05/16 12:53:20 max Exp $
#
DISTNAME= bxform-086
@@ -20,7 +20,7 @@ MAN1= fdesign.1 fd2ps.1
MAN5= xforms.5
post-install:
- /sbin/ldconfig -m ${PREFIX}/lib
+ ${LDCONFIG} -m ${PREFIX}/lib
.if !defined(NOMANCOMPRESS)
@${RM} ${PREFIX}/man/man5/forms.5
@ln -fs xforms.5.gz ${PREFIX}/man/man5/forms.5.gz
diff --git a/x11/XFree86-4-clients/Makefile b/x11/XFree86-4-clients/Makefile
index 4fe0558b03f8..f93111d88309 100644
--- a/x11/XFree86-4-clients/Makefile
+++ b/x11/XFree86-4-clients/Makefile
@@ -3,7 +3,7 @@
# Date created: 5 January 1995
# Whom: jmz
#
-# $Id: Makefile,v 1.32 1997/07/13 18:49:30 max Exp $
+# $Id: Makefile,v 1.33 1997/07/14 06:36:30 asami Exp $
#
DISTNAME= xc
@@ -25,6 +25,6 @@ INSTALL_TARGET= install install.man
DIST_SUBDIR= xc
post-install:
- /sbin/ldconfig -m ${PREFIX}/lib
+ ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>
diff --git a/x11/XFree86-4-libraries/Makefile b/x11/XFree86-4-libraries/Makefile
index 4fe0558b03f8..f93111d88309 100644
--- a/x11/XFree86-4-libraries/Makefile
+++ b/x11/XFree86-4-libraries/Makefile
@@ -3,7 +3,7 @@
# Date created: 5 January 1995
# Whom: jmz
#
-# $Id: Makefile,v 1.32 1997/07/13 18:49:30 max Exp $
+# $Id: Makefile,v 1.33 1997/07/14 06:36:30 asami Exp $
#
DISTNAME= xc
@@ -25,6 +25,6 @@ INSTALL_TARGET= install install.man
DIST_SUBDIR= xc
post-install:
- /sbin/ldconfig -m ${PREFIX}/lib
+ ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>
diff --git a/x11/XFree86-4/Makefile b/x11/XFree86-4/Makefile
index 4fe0558b03f8..f93111d88309 100644
--- a/x11/XFree86-4/Makefile
+++ b/x11/XFree86-4/Makefile
@@ -3,7 +3,7 @@
# Date created: 5 January 1995
# Whom: jmz
#
-# $Id: Makefile,v 1.32 1997/07/13 18:49:30 max Exp $
+# $Id: Makefile,v 1.33 1997/07/14 06:36:30 asami Exp $
#
DISTNAME= xc
@@ -25,6 +25,6 @@ INSTALL_TARGET= install install.man
DIST_SUBDIR= xc
post-install:
- /sbin/ldconfig -m ${PREFIX}/lib
+ ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>
diff --git a/x11/XFree86-contrib/Makefile b/x11/XFree86-contrib/Makefile
index f67d867edeee..7da08a96822e 100644
--- a/x11/XFree86-contrib/Makefile
+++ b/x11/XFree86-contrib/Makefile
@@ -3,7 +3,7 @@
# Date created: 7 November 1996
# Whom: asami
#
-# $Id: Makefile,v 1.3 1996/12/07 12:51:11 asami Exp $
+# $Id: Makefile,v 1.4 1997/06/09 22:42:16 jmz Exp $
#
DISTNAME= XFree86-contrib-3.3
@@ -24,6 +24,6 @@ DIST_SUBDIR= xc
WRKSRC= ${WRKDIR}/contrib
post-install:
- /sbin/ldconfig -m ${PREFIX}/lib
+ ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>
diff --git a/x11/XFree86/Makefile b/x11/XFree86/Makefile
index 4fe0558b03f8..f93111d88309 100644
--- a/x11/XFree86/Makefile
+++ b/x11/XFree86/Makefile
@@ -3,7 +3,7 @@
# Date created: 5 January 1995
# Whom: jmz
#
-# $Id: Makefile,v 1.32 1997/07/13 18:49:30 max Exp $
+# $Id: Makefile,v 1.33 1997/07/14 06:36:30 asami Exp $
#
DISTNAME= xc
@@ -25,6 +25,6 @@ INSTALL_TARGET= install install.man
DIST_SUBDIR= xc
post-install:
- /sbin/ldconfig -m ${PREFIX}/lib
+ ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>