diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-01-21 12:26:52 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-01-21 12:26:52 +0000 |
commit | b040ccbb1ebb0574389b1985b36fa2a73e10ccc0 (patch) | |
tree | c41819c91477362a6fcd3aa8880226df19428623 /x11-toolkits | |
parent | a0ab4c4f5f3b984d74c0622236568a159cb69d91 (diff) | |
download | ports-b040ccbb1ebb0574389b1985b36fa2a73e10ccc0.tar.gz ports-b040ccbb1ebb0574389b1985b36fa2a73e10ccc0.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gtk12/Makefile | 5 | ||||
-rw-r--r-- | x11-toolkits/gtk12/pkg-plist | 2 | ||||
-rw-r--r-- | x11-toolkits/gtk13/Makefile | 5 | ||||
-rw-r--r-- | x11-toolkits/gtk13/pkg-plist | 2 | ||||
-rw-r--r-- | x11-toolkits/gtk20/Makefile | 5 | ||||
-rw-r--r-- | x11-toolkits/gtk20/pkg-plist | 2 | ||||
-rw-r--r-- | x11-toolkits/gtk30/Makefile | 5 | ||||
-rw-r--r-- | x11-toolkits/gtk30/pkg-plist | 2 |
8 files changed, 24 insertions, 4 deletions
diff --git a/x11-toolkits/gtk12/Makefile b/x11-toolkits/gtk12/Makefile index 6e65166a171b..452a28341655 100644 --- a/x11-toolkits/gtk12/Makefile +++ b/x11-toolkits/gtk12/Makefile @@ -3,7 +3,7 @@ # Date Created: 28 Sep 1997 # Whom: Vanilla I. Shu <vanilla@MinJe.com.TW> # -# $Id: Makefile,v 1.5 1997/12/03 21:17:18 vanilla Exp $ +# $Id: Makefile,v 1.7 1998/01/05 17:17:14 vanilla Exp $ # DISTNAME= gtk+-0.99.2 @@ -22,4 +22,7 @@ pre-install: ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ fi +post-install: + ${LDCONFIG} -m ${PREFIX}/lib + .include <bsd.port.mk> diff --git a/x11-toolkits/gtk12/pkg-plist b/x11-toolkits/gtk12/pkg-plist index c1f990f08c78..38643a2b09f4 100644 --- a/x11-toolkits/gtk12/pkg-plist +++ b/x11-toolkits/gtk12/pkg-plist @@ -113,3 +113,5 @@ info/gtk.info @exec install-info %D/info/gdk.info %D/info/dir @dirrm include/gtk @dirrm include/gdk +@exec /sbin/ldcoonfig -m %D/lib +@unexec /sbin/ldcoonfig -R diff --git a/x11-toolkits/gtk13/Makefile b/x11-toolkits/gtk13/Makefile index 6e65166a171b..452a28341655 100644 --- a/x11-toolkits/gtk13/Makefile +++ b/x11-toolkits/gtk13/Makefile @@ -3,7 +3,7 @@ # Date Created: 28 Sep 1997 # Whom: Vanilla I. Shu <vanilla@MinJe.com.TW> # -# $Id: Makefile,v 1.5 1997/12/03 21:17:18 vanilla Exp $ +# $Id: Makefile,v 1.7 1998/01/05 17:17:14 vanilla Exp $ # DISTNAME= gtk+-0.99.2 @@ -22,4 +22,7 @@ pre-install: ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ fi +post-install: + ${LDCONFIG} -m ${PREFIX}/lib + .include <bsd.port.mk> diff --git a/x11-toolkits/gtk13/pkg-plist b/x11-toolkits/gtk13/pkg-plist index c1f990f08c78..38643a2b09f4 100644 --- a/x11-toolkits/gtk13/pkg-plist +++ b/x11-toolkits/gtk13/pkg-plist @@ -113,3 +113,5 @@ info/gtk.info @exec install-info %D/info/gdk.info %D/info/dir @dirrm include/gtk @dirrm include/gdk +@exec /sbin/ldcoonfig -m %D/lib +@unexec /sbin/ldcoonfig -R diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile index 6e65166a171b..452a28341655 100644 --- a/x11-toolkits/gtk20/Makefile +++ b/x11-toolkits/gtk20/Makefile @@ -3,7 +3,7 @@ # Date Created: 28 Sep 1997 # Whom: Vanilla I. Shu <vanilla@MinJe.com.TW> # -# $Id: Makefile,v 1.5 1997/12/03 21:17:18 vanilla Exp $ +# $Id: Makefile,v 1.7 1998/01/05 17:17:14 vanilla Exp $ # DISTNAME= gtk+-0.99.2 @@ -22,4 +22,7 @@ pre-install: ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ fi +post-install: + ${LDCONFIG} -m ${PREFIX}/lib + .include <bsd.port.mk> diff --git a/x11-toolkits/gtk20/pkg-plist b/x11-toolkits/gtk20/pkg-plist index c1f990f08c78..38643a2b09f4 100644 --- a/x11-toolkits/gtk20/pkg-plist +++ b/x11-toolkits/gtk20/pkg-plist @@ -113,3 +113,5 @@ info/gtk.info @exec install-info %D/info/gdk.info %D/info/dir @dirrm include/gtk @dirrm include/gdk +@exec /sbin/ldcoonfig -m %D/lib +@unexec /sbin/ldcoonfig -R diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile index 6e65166a171b..452a28341655 100644 --- a/x11-toolkits/gtk30/Makefile +++ b/x11-toolkits/gtk30/Makefile @@ -3,7 +3,7 @@ # Date Created: 28 Sep 1997 # Whom: Vanilla I. Shu <vanilla@MinJe.com.TW> # -# $Id: Makefile,v 1.5 1997/12/03 21:17:18 vanilla Exp $ +# $Id: Makefile,v 1.7 1998/01/05 17:17:14 vanilla Exp $ # DISTNAME= gtk+-0.99.2 @@ -22,4 +22,7 @@ pre-install: ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ fi +post-install: + ${LDCONFIG} -m ${PREFIX}/lib + .include <bsd.port.mk> diff --git a/x11-toolkits/gtk30/pkg-plist b/x11-toolkits/gtk30/pkg-plist index c1f990f08c78..38643a2b09f4 100644 --- a/x11-toolkits/gtk30/pkg-plist +++ b/x11-toolkits/gtk30/pkg-plist @@ -113,3 +113,5 @@ info/gtk.info @exec install-info %D/info/gdk.info %D/info/dir @dirrm include/gtk @dirrm include/gdk +@exec /sbin/ldcoonfig -m %D/lib +@unexec /sbin/ldcoonfig -R |