aboutsummaryrefslogtreecommitdiffstats
path: root/lang/slib-guile
diff options
context:
space:
mode:
authormadpilot <madpilot@FreeBSD.org>2013-10-10 08:20:42 +0800
committermadpilot <madpilot@FreeBSD.org>2013-10-10 08:20:42 +0800
commit621ab09ebcd8cfb76fb94dbc09af8c00d99d1531 (patch)
treea7462fce6029d9a231d4bb7cf922592f89d04391 /lang/slib-guile
parent82ea044d8f20f06dc4c6c248fc20c354142279db (diff)
downloadfreebsd-ports-gnome-621ab09ebcd8cfb76fb94dbc09af8c00d99d1531.tar.gz
freebsd-ports-gnome-621ab09ebcd8cfb76fb94dbc09af8c00d99d1531.tar.zst
freebsd-ports-gnome-621ab09ebcd8cfb76fb94dbc09af8c00d99d1531.zip
- Convert to staging
- Convert to USES=gmake - Convert LIB_DEPENDS to new format
Diffstat (limited to 'lang/slib-guile')
-rw-r--r--lang/slib-guile/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/lang/slib-guile/Makefile b/lang/slib-guile/Makefile
index f2f123862f86..d38371b3dce5 100644
--- a/lang/slib-guile/Makefile
+++ b/lang/slib-guile/Makefile
@@ -18,11 +18,6 @@ BUILD_DEPENDS= ${LOCALBASE}/share/slib/require.scm:${PORTSDIR}/lang/slib \
RUN_DEPENDS:= ${BUILD_DEPENDS}
NO_BUILD= yes
-
-NO_STAGE= yes
-do-install:
- ${LN} -shf ${PREFIX}/share/slib ${LOCALBASE}/share/guile/1.8/slib
- ${LOCALBASE}/bin/guile -q -c \
- "(use-modules (ice-9 slib))(require 'new-catalog)"
+NO_INSTALL= yes
.include <bsd.port.mk>