diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-03-05 23:13:23 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-03-05 23:13:23 +0000 |
commit | 3108729815516056e3ed711b4364651d78bc90e9 (patch) | |
tree | cb3462be3d0710b05019d3848f0752522f28de4d /japanese/tcl76 | |
parent | d831c59d43dd027e6d3bf634c92f7c5b8a540582 (diff) | |
download | ports-3108729815516056e3ed711b4364651d78bc90e9.tar.gz ports-3108729815516056e3ed711b4364651d78bc90e9.zip |
Notes
Diffstat (limited to 'japanese/tcl76')
-rw-r--r-- | japanese/tcl76/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/japanese/tcl76/Makefile b/japanese/tcl76/Makefile index 4f504e1fc77e..8c6b83edc76b 100644 --- a/japanese/tcl76/Makefile +++ b/japanese/tcl76/Makefile @@ -3,7 +3,7 @@ # Date created: # Whom: taguchi@tohoku.iij.ad.jp # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/03/02 13:01:24 asami Exp $ # DISTNAME= tcl7.6p2 @@ -40,6 +40,8 @@ pre-build: pre-install: ${MKDIR} ${PREFIX}/lib/tcl7.6jp cd ${WRKSRC} && ${MAKE} -f Makefile.lib install PREFIX=${PREFIX} + +post-install: ${LDCONFIG} -m ${PREFIX}/lib test: |