summaryrefslogtreecommitdiff
path: root/lang/slib/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1998-10-26 13:15:54 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1998-10-26 13:15:54 +0000
commit204cb1fb883a15c413cb716407fbfd89e63155ca (patch)
tree99f305f85143b0b3ac9bcfd72e0a2616f6b930d4 /lang/slib/Makefile
parentUpgrade to 1.3. (diff)
Put *.scm on the right place.
Notes
Notes: svn path=/head/; revision=14198
Diffstat (limited to 'lang/slib/Makefile')
-rw-r--r--lang/slib/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/slib/Makefile b/lang/slib/Makefile
index ad162b8367ad..3229aefd9704 100644
--- a/lang/slib/Makefile
+++ b/lang/slib/Makefile
@@ -3,7 +3,7 @@
# Date created: 01 April 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1998/08/25 14:22:27 vanilla Exp $
#
DISTNAME= slib2c0
@@ -21,7 +21,7 @@ ALL_TARGET= slib48
INSTALL_TARGET= install48
post-install:
- ${MKDIR} ${PREFIX}/share/guile/1.2/slib
- ${INSTALL_DATA} ${WRKSRC}/*.scm ${PREFIX}/share/guile/1.2/slib
+ ${MKDIR} ${PREFIX}/share/slib
+ ${INSTALL_DATA} ${WRKSRC}/*.scm ${PREFIX}/share/slib
.include <bsd.port.mk>