Date: Sun, 12 Nov 2017 20:36:53 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r454078 - head/lang/owl-lisp Message-ID: <201711122036.vACKar0u015166@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711122036.vACKar0u015166>