aboutsummaryrefslogtreecommitdiff
path: root/palm
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-08-15 00:56:24 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-08-15 00:56:24 +0000
commit147fdee482ca1a335dcd09608f3b820a1dad2b40 (patch)
tree6adf22ccd743df57b19e1e180d4cc1e16851afeb /palm
parente0f58ab25d1ad411ed70fe4c114cfbd5bb341348 (diff)
downloadports-147fdee482ca1a335dcd09608f3b820a1dad2b40.tar.gz
ports-147fdee482ca1a335dcd09608f3b820a1dad2b40.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>
Notes
Notes: svn path=/head/; revision=170651
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>