aboutsummaryrefslogtreecommitdiffstats
path: root/palm
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2006-08-15 08:56:24 +0800
committerclsung <clsung@FreeBSD.org>2006-08-15 08:56:24 +0800
commit51d26e0da39f42ca64d24ee47bbc95dd85b86465 (patch)
tree8e2075edd2fc103eee90cbf4de38f622070051f0 /palm
parent75455100c07ad234f615ac4a2ba590ee13694198 (diff)
downloadfreebsd-ports-gnome-51d26e0da39f42ca64d24ee47bbc95dd85b86465.tar.gz
freebsd-ports-gnome-51d26e0da39f42ca64d24ee47bbc95dd85b86465.tar.zst
freebsd-ports-gnome-51d26e0da39f42ca64d24ee47bbc95dd85b86465.zip
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include misc/ multimedia/ net/ net-mgmt/ net-im/ net-p2p/ palm/ print/ science/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Diffstat (limited to 'palm')
-rw-r--r--palm/coldsync/Makefile2
-rw-r--r--palm/pilot-link-devel/Makefile2
-rw-r--r--palm/pilot-link/Makefile2
-rw-r--r--palm/synce-gnomevfs/Makefile2
-rw-r--r--palm/synce-gvfs/Makefile2
-rw-r--r--palm/synce-librapi2/Makefile2
-rw-r--r--palm/synce-librra/Makefile2
-rw-r--r--palm/synce-libsynce/Makefile2
-rw-r--r--palm/synce-rra/Makefile2
9 files changed, 9 insertions, 9 deletions
diff --git a/palm/coldsync/Makefile b/palm/coldsync/Makefile
index 898176efaedb..9b3a495e29fc 100644
--- a/palm/coldsync/Makefile
+++ b/palm/coldsync/Makefile
@@ -17,7 +17,7 @@ COMMENT= Synchronize a PalmPilot with a Unix workstation
USE_GETTEXT= yes
REINPLACE_ARGS= -i "" -E
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
GNU_CONFIGURE= yes
diff --git a/palm/pilot-link-devel/Makefile b/palm/pilot-link-devel/Makefile
index 9c632585d7d6..8851d52f1e06 100644
--- a/palm/pilot-link-devel/Makefile
+++ b/palm/pilot-link-devel/Makefile
@@ -20,7 +20,7 @@ USE_ICONV= yes
USE_GETOPT_LONG=yes
USE_BZIP2= yes
GNU_CONFIGURE= yes
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
USE_PERL5= yes
TCL_VER?= 8.4
diff --git a/palm/pilot-link/Makefile b/palm/pilot-link/Makefile
index 9c632585d7d6..8851d52f1e06 100644
--- a/palm/pilot-link/Makefile
+++ b/palm/pilot-link/Makefile
@@ -20,7 +20,7 @@ USE_ICONV= yes
USE_GETOPT_LONG=yes
USE_BZIP2= yes
GNU_CONFIGURE= yes
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
USE_PERL5= yes
TCL_VER?= 8.4
diff --git a/palm/synce-gnomevfs/Makefile b/palm/synce-gnomevfs/Makefile
index fa02f9148eb0..fff3535d4ad5 100644
--- a/palm/synce-gnomevfs/Makefile
+++ b/palm/synce-gnomevfs/Makefile
@@ -22,7 +22,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-librapi=${LOCALBASE} \
--with-libsynce=${LOCALBASE}
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
.include <bsd.port.pre.mk>
diff --git a/palm/synce-gvfs/Makefile b/palm/synce-gvfs/Makefile
index fa02f9148eb0..fff3535d4ad5 100644
--- a/palm/synce-gvfs/Makefile
+++ b/palm/synce-gvfs/Makefile
@@ -22,7 +22,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-librapi=${LOCALBASE} \
--with-libsynce=${LOCALBASE}
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
.include <bsd.port.pre.mk>
diff --git a/palm/synce-librapi2/Makefile b/palm/synce-librapi2/Makefile
index 766712530701..cabde917dd1b 100644
--- a/palm/synce-librapi2/Makefile
+++ b/palm/synce-librapi2/Makefile
@@ -25,7 +25,7 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS+= --with-libiconv=${LOCALBASE}
CONFIGURE_ARGS+= --with-libsynce=${LOCALBASE}
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
post-patch:
.for f in synce-install-cab.in synce-remove-program.in
diff --git a/palm/synce-librra/Makefile b/palm/synce-librra/Makefile
index ce0a390a1331..6ad8f51ee97f 100644
--- a/palm/synce-librra/Makefile
+++ b/palm/synce-librra/Makefile
@@ -24,7 +24,7 @@ USE_ICONV= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS+= --with-libsynce=${LOCALBASE}
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
.include <bsd.port.pre.mk>
diff --git a/palm/synce-libsynce/Makefile b/palm/synce-libsynce/Makefile
index e3ba162951d7..57bae81f26e3 100644
--- a/palm/synce-libsynce/Makefile
+++ b/palm/synce-libsynce/Makefile
@@ -20,6 +20,6 @@ GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS+= --with-libiconv-prefix=${LOCALBASE}
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
.include <bsd.port.mk>
diff --git a/palm/synce-rra/Makefile b/palm/synce-rra/Makefile
index ce0a390a1331..6ad8f51ee97f 100644
--- a/palm/synce-rra/Makefile
+++ b/palm/synce-rra/Makefile
@@ -24,7 +24,7 @@ USE_ICONV= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS+= --with-libsynce=${LOCALBASE}
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
.include <bsd.port.pre.mk>