svn commit: r454078 - head/lang/owl-lisp

Rene Ladan rene at FreeBSD.org
Sun Nov 12 20:36:54 UTC 2017


Author: rene
Date: Sun Nov 12 20:36:53 2017
New Revision: 454078
URL: https://svnweb.freebsd.org/changeset/ports/454078

Log:
  lang/owl-lisp: add init.fasl to the package, new security/radamsa needs this.

Modified:
  head/lang/owl-lisp/Makefile

Modified: head/lang/owl-lisp/Makefile
==============================================================================
--- head/lang/owl-lisp/Makefile	Sun Nov 12 20:23:00 2017	(r454077)
+++ head/lang/owl-lisp/Makefile	Sun Nov 12 20:36:53 2017	(r454078)
@@ -4,6 +4,7 @@
 PORTNAME=	owl-lisp
 PORTVERSION=	0.1.12
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	lang
 
 MAINTAINER=	rene at FreeBSD.org
@@ -18,10 +19,14 @@ GH_ACCOUNT=	aoh
 PLIST_FILES=	bin/ol \
 		bin/ovm \
 		man/man1/ol.1.gz \
-		man/man1/ovm.1.gz
+		man/man1/ovm.1.gz \
+		share/owl-lisp/fasl/init.fasl
 
 MAKE_ENV+=	MANDIR=/man
 
 # Do not strip the binaries because that will rebuild them during stage.
+post-install:
+	${MKDIR} ${STAGEDIR}${DATADIR}/fasl
+	${INSTALL_DATA} ${WRKSRC}/fasl/init.fasl ${STAGEDIR}${DATADIR}/fasl/init.fasl
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list