diff options
author | Yukihiro Nakai <nakai@FreeBSD.org> | 2001-03-20 13:38:47 +0000 |
---|---|---|
committer | Yukihiro Nakai <nakai@FreeBSD.org> | 2001-03-20 13:38:47 +0000 |
commit | a3254ad8b0c96fa619ea1a68ed66ad0c5c843871 (patch) | |
tree | 0e3b1eda2d653738d67a66f70cbcdee4f8773254 /lang/slib/Makefile | |
parent | 5d4bcffd01271e9da4db5a4a7df59d3511bae938 (diff) | |
download | ports-a3254ad8b0c96fa619ea1a68ed66ad0c5c843871.tar.gz ports-a3254ad8b0c96fa619ea1a68ed66ad0c5c843871.zip |
Notes
Diffstat (limited to 'lang/slib/Makefile')
-rw-r--r-- | lang/slib/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/slib/Makefile b/lang/slib/Makefile index 0e1d65deff6c..24a7a0d75462 100644 --- a/lang/slib/Makefile +++ b/lang/slib/Makefile @@ -7,6 +7,7 @@ PORTNAME= slib PORTVERSION= 2c9 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= http://swissnet.ai.mit.edu/ftpdir/scm/ @@ -24,6 +25,7 @@ INSTALL_TARGET= install48 post-install: # moved here from author's makefile + ${MKDIR} ${PREFIX}/lib/scheme48 ${TOUCH} -r ${WRKSRC}/slibcat ${PREFIX}/lib/scheme48/slibcat ${MKDIR} ${PREFIX}/share/slib ${INSTALL_DATA} ${WRKSRC}/*.scm ${PREFIX}/share/slib |