diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-06-24 11:42:32 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-06-24 11:42:32 +0000 |
commit | d530b271d96cde879c3eb6ed8d1f6e86dee25919 (patch) | |
tree | 0f3bfcde4180f0885c812fc77254f8b7feaded8f /japanese/canna-server/Makefile | |
parent | Add a "checkpatch" target that does a "patch -C" instead of a "patch". (diff) |
Add
post-install:
pkg_add -m ${PREFIX}/lib
to Makefiles and
@exec ldconfig -m %D
to packing lists of ports that install shared libraries.
This should get rid of a huge chunk of confusion for novice users!
All hail Paul Kranenburg! :)
Diffstat (limited to 'japanese/canna-server/Makefile')
-rw-r--r-- | japanese/canna-server/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/japanese/canna-server/Makefile b/japanese/canna-server/Makefile index 3348f096f37d..ed867f374c65 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.4 1995/04/07 05:47:57 asami Exp $ +# $Id: Makefile,v 1.5 1995/06/22 00:32:02 asami Exp $ # DISTNAME= Canna32p2 @@ -21,4 +21,7 @@ ALL_TARGET= canna pre-configure: @(cd ${WRKSRC}; ${XMKMF}) +post-install: + ldconfig -m ${PREFIX}/lib + .include <bsd.port.mk> |