- install missing header file

This commit is contained in:
jasper 2013-03-11 12:39:23 +00:00
parent d547f1c529
commit 2de7598f57
2 changed files with 7 additions and 6 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.4 2013/03/11 10:50:03 espie Exp $
# $OpenBSD: Makefile,v 1.5 2013/03/11 12:39:23 jasper Exp $
COMMENT= mix in functions from other modules
VERSION= 0.1.1
DISTNAME= mixer-${VERSION}
PKGNAME= erl-${DISTNAME}
REVISION= 0
REVISION= 1
CATEGORIES= devel
HOMEPAGE= https://github.com/opscode/mixer
@ -20,8 +20,9 @@ MODULES= lang/erlang
ALL_TARGET= compile
do-install:
${INSTALL_DATA_DIR} ${ERL_LIBDIR}/{ebin,src}
${INSTALL_DATA_DIR} ${ERL_LIBDIR}/{ebin,include,src}
${INSTALL_DATA} ${WRKSRC}/ebin/*.{app,beam} ${ERL_LIBDIR}/ebin/
${INSTALL_DATA} ${WRKSRC}/include/*.hrl ${ERL_LIBDIR}/include
${INSTALL_DATA} ${WRKSRC}/src/*.erl ${ERL_LIBDIR}/src
.include <bsd.port.mk>

View File

@ -1,9 +1,9 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2013/03/08 11:59:20 jasper Exp $
lib/erlang/
lib/erlang/lib/
@comment $OpenBSD: PLIST,v 1.2 2013/03/11 12:39:23 jasper Exp $
lib/erlang/lib/mixer-${VERSION}/
lib/erlang/lib/mixer-${VERSION}/ebin/
lib/erlang/lib/mixer-${VERSION}/ebin/mixer.app
lib/erlang/lib/mixer-${VERSION}/ebin/mixer.beam
lib/erlang/lib/mixer-${VERSION}/include/
lib/erlang/lib/mixer-${VERSION}/include/mixer.hrl
lib/erlang/lib/mixer-${VERSION}/src/
lib/erlang/lib/mixer-${VERSION}/src/mixer.erl