aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-06-16 10:38:50 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-06-16 10:38:50 +0000
commit5178b48938d20e336ec57a055a01cb66105cd20c (patch)
tree7b629f06e72f052bb88c209caf447e4bb6077033 /print
parent5146cba1d9ca51f1f11a5ec365f8b409d99ecc15 (diff)
downloadports-5178b48938d20e336ec57a055a01cb66105cd20c.tar.gz
ports-5178b48938d20e336ec57a055a01cb66105cd20c.zip
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
Notes
Notes: svn path=/head/; revision=29636
Diffstat (limited to 'print')
-rw-r--r--print/freetype/Makefile7
-rw-r--r--print/freetype/pkg-plist2
-rw-r--r--print/freetype2/Makefile7
-rw-r--r--print/freetype2/pkg-plist2
-rw-r--r--print/gnome-print/Makefile1
-rw-r--r--print/gnome-print/pkg-plist2
-rw-r--r--print/gnomeprint/Makefile1
-rw-r--r--print/gnomeprint/pkg-plist2
-rw-r--r--print/libgnomeprint/Makefile1
-rw-r--r--print/libgnomeprint/pkg-plist2
10 files changed, 11 insertions, 16 deletions
diff --git a/print/freetype/Makefile b/print/freetype/Makefile
index bcaa0bdf2cb4..6f4f21c7ca95 100644
--- a/print/freetype/Makefile
+++ b/print/freetype/Makefile
@@ -21,9 +21,10 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= jseger@FreeBSD.org
-USE_XLIB= YES
-USE_GMAKE= YES
-GNU_CONFIGURE= YES
+USE_XLIB= yes
+USE_GMAKE= yes
+INSTALLS_SHLIBS= yes
+GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-nls --enable-static --enable-shared
# Older versions of freetype installed include files in ${PREFIX}/include
diff --git a/print/freetype/pkg-plist b/print/freetype/pkg-plist
index 09dae9fc7587..8e50004f81d8 100644
--- a/print/freetype/pkg-plist
+++ b/print/freetype/pkg-plist
@@ -40,6 +40,4 @@ lib/libttf.a
lib/libttf.la
lib/libttf.so
lib/libttf.so.4
-@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
-@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
@dirrm include/freetype
diff --git a/print/freetype2/Makefile b/print/freetype2/Makefile
index bcaa0bdf2cb4..6f4f21c7ca95 100644
--- a/print/freetype2/Makefile
+++ b/print/freetype2/Makefile
@@ -21,9 +21,10 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= jseger@FreeBSD.org
-USE_XLIB= YES
-USE_GMAKE= YES
-GNU_CONFIGURE= YES
+USE_XLIB= yes
+USE_GMAKE= yes
+INSTALLS_SHLIBS= yes
+GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-nls --enable-static --enable-shared
# Older versions of freetype installed include files in ${PREFIX}/include
diff --git a/print/freetype2/pkg-plist b/print/freetype2/pkg-plist
index 09dae9fc7587..8e50004f81d8 100644
--- a/print/freetype2/pkg-plist
+++ b/print/freetype2/pkg-plist
@@ -40,6 +40,4 @@ lib/libttf.a
lib/libttf.la
lib/libttf.so
lib/libttf.so.4
-@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
-@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
@dirrm include/freetype
diff --git a/print/gnome-print/Makefile b/print/gnome-print/Makefile
index dca3d671ef6a..cf98097056e4 100644
--- a/print/gnome-print/Makefile
+++ b/print/gnome-print/Makefile
@@ -24,6 +24,7 @@ USE_X_PREFIX= yes
USE_GMAKE= yes
USE_PERL5= yes
USE_LIBTOOL= yes
+INSTALLS_SHLIBS= yes
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
--datadir=${PREFIX}/share/gnome \
--with-gnome=${PREFIX}
diff --git a/print/gnome-print/pkg-plist b/print/gnome-print/pkg-plist
index cc75681b0193..c7460f5c858a 100644
--- a/print/gnome-print/pkg-plist
+++ b/print/gnome-print/pkg-plist
@@ -25,8 +25,6 @@ include/libgnomeprint/gnome-text.h
lib/libgnomeprint.a
lib/libgnomeprint.so
lib/libgnomeprint.so.9
-@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
-@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
share/gnome/fonts/afms/adobe/pagd8a.afm
share/gnome/fonts/afms/adobe/pagdo8a.afm
share/gnome/fonts/afms/adobe/pagk8a.afm
diff --git a/print/gnomeprint/Makefile b/print/gnomeprint/Makefile
index dca3d671ef6a..cf98097056e4 100644
--- a/print/gnomeprint/Makefile
+++ b/print/gnomeprint/Makefile
@@ -24,6 +24,7 @@ USE_X_PREFIX= yes
USE_GMAKE= yes
USE_PERL5= yes
USE_LIBTOOL= yes
+INSTALLS_SHLIBS= yes
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
--datadir=${PREFIX}/share/gnome \
--with-gnome=${PREFIX}
diff --git a/print/gnomeprint/pkg-plist b/print/gnomeprint/pkg-plist
index cc75681b0193..c7460f5c858a 100644
--- a/print/gnomeprint/pkg-plist
+++ b/print/gnomeprint/pkg-plist
@@ -25,8 +25,6 @@ include/libgnomeprint/gnome-text.h
lib/libgnomeprint.a
lib/libgnomeprint.so
lib/libgnomeprint.so.9
-@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
-@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
share/gnome/fonts/afms/adobe/pagd8a.afm
share/gnome/fonts/afms/adobe/pagdo8a.afm
share/gnome/fonts/afms/adobe/pagk8a.afm
diff --git a/print/libgnomeprint/Makefile b/print/libgnomeprint/Makefile
index dca3d671ef6a..cf98097056e4 100644
--- a/print/libgnomeprint/Makefile
+++ b/print/libgnomeprint/Makefile
@@ -24,6 +24,7 @@ USE_X_PREFIX= yes
USE_GMAKE= yes
USE_PERL5= yes
USE_LIBTOOL= yes
+INSTALLS_SHLIBS= yes
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
--datadir=${PREFIX}/share/gnome \
--with-gnome=${PREFIX}
diff --git a/print/libgnomeprint/pkg-plist b/print/libgnomeprint/pkg-plist
index cc75681b0193..c7460f5c858a 100644
--- a/print/libgnomeprint/pkg-plist
+++ b/print/libgnomeprint/pkg-plist
@@ -25,8 +25,6 @@ include/libgnomeprint/gnome-text.h
lib/libgnomeprint.a
lib/libgnomeprint.so
lib/libgnomeprint.so.9
-@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
-@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
share/gnome/fonts/afms/adobe/pagd8a.afm
share/gnome/fonts/afms/adobe/pagdo8a.afm
share/gnome/fonts/afms/adobe/pagk8a.afm