diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2003-03-05 20:49:52 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2003-03-05 20:49:52 +0000 |
commit | aaa0b256d100f8b1a7d050e577763dc766dc2b3d (patch) | |
tree | 81078b49e3f71ba9c104481881e40a053e248d75 /devel | |
parent | 35b035849844495adfd3a0a6fbb5c72752ee1e8b (diff) | |
download | ports-aaa0b256d100f8b1a7d050e577763dc766dc2b3d.tar.gz ports-aaa0b256d100f8b1a7d050e577763dc766dc2b3d.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/esdl/files/patch-Makefile | 13 | ||||
-rw-r--r-- | devel/esdl/pkg-plist | 11 |
2 files changed, 24 insertions, 0 deletions
diff --git a/devel/esdl/files/patch-Makefile b/devel/esdl/files/patch-Makefile new file mode 100644 index 000000000000..714a5a7ea567 --- /dev/null +++ b/devel/esdl/files/patch-Makefile @@ -0,0 +1,13 @@ + +$FreeBSD$ + +--- Makefile.orig Wed Mar 5 21:44:29 2003 ++++ Makefile Wed Mar 5 21:44:49 2003 +@@ -51,6 +51,7 @@ + mkdir $(INSTALLDIR)/ebin + mkdir $(INSTALLDIR)/priv + cp src/*.?rl $(INSTALLDIR)/src ++ cp include/*.hrl $(INSTALLDIR)/include + cp c_src/*.[ch] $(INSTALLDIR)/c_src + cp doc/*.html $(INSTALLDIR)/doc + cp ebin/*beam $(INSTALLDIR)/ebin diff --git a/devel/esdl/pkg-plist b/devel/esdl/pkg-plist index 1ecd2ce5671e..deaedd5f0b97 100644 --- a/devel/esdl/pkg-plist +++ b/devel/esdl/pkg-plist @@ -45,6 +45,17 @@ lib/erlang/lib/esdl-0.93.0131/ebin/sdl_keyboard.beam lib/erlang/lib/esdl-0.93.0131/ebin/sdl_mouse.beam lib/erlang/lib/esdl-0.93.0131/ebin/sdl_util.beam lib/erlang/lib/esdl-0.93.0131/ebin/sdl_video.beam +lib/erlang/lib/esdl-0.93.0131/include/gl.hrl +lib/erlang/lib/esdl-0.93.0131/include/glu.hrl +lib/erlang/lib/esdl-0.93.0131/include/old_gl.hrl +lib/erlang/lib/esdl-0.93.0131/include/sdl.hrl +lib/erlang/lib/esdl-0.93.0131/include/sdl_active.hrl +lib/erlang/lib/esdl-0.93.0131/include/sdl_audio.hrl +lib/erlang/lib/esdl-0.93.0131/include/sdl_events.hrl +lib/erlang/lib/esdl-0.93.0131/include/sdl_joystick.hrl +lib/erlang/lib/esdl-0.93.0131/include/sdl_keyboard.hrl +lib/erlang/lib/esdl-0.93.0131/include/sdl_mouse.hrl +lib/erlang/lib/esdl-0.93.0131/include/sdl_video.hrl lib/erlang/lib/esdl-0.93.0131/priv/sdl_driver.so lib/erlang/lib/esdl-0.93.0131/src/esdl.hrl lib/erlang/lib/esdl-0.93.0131/src/gl.erl |