summaryrefslogtreecommitdiff
path: root/misc/scriptkit/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-10-04 22:48:25 +0000
committerSteve Price <steve@FreeBSD.org>1998-10-04 22:48:25 +0000
commit55c8fd102ad436fb8e645614849ba7d218ddd83d (patch)
tree35f37ca33d591af4d765ca30512082424d19410e /misc/scriptkit/Makefile
parentCleanup pkg/PLIST so that it knows about all files installed and (diff)
No need to run ${LDCONFIG} when we only install static libs.
Notes
Notes: svn path=/head/; revision=13639
Diffstat (limited to 'misc/scriptkit/Makefile')
-rw-r--r--misc/scriptkit/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/misc/scriptkit/Makefile b/misc/scriptkit/Makefile
index 6776c7054402..2ce37f9eee15 100644
--- a/misc/scriptkit/Makefile
+++ b/misc/scriptkit/Makefile
@@ -3,7 +3,7 @@
# Date created: 22 April 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
-# $Id: Makefile,v 1.1.1.1 1998/07/13 02:08:41 steve Exp $
+# $Id: Makefile,v 1.2 1998/09/24 00:33:28 vanilla Exp $
#
DISTNAME= ScriptKit-0.1.6
@@ -17,7 +17,4 @@ BUILD_DEPENDS= goconfig:${PORTSDIR}/lang/guileobjc
GNU_CONFIGURE= yes
-post-install:
- ${LDCONFIG} -m ${PREFIX}/lib
-
.include <bsd.port.mk>