mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
* Patch opendx to avoid a destroot error due to one place where DESTDIR was not used. * Add license info * opendx: replace broken URL for master_sites with macports_distfiles like for the other two. * opendx: Add livecheck. * Add modelines at the top of the Portfiles git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@140799 d073be05-634f-4543-b044-5fe20cf6d1d6
9 lines
389 B
Diff
9 lines
389 B
Diff
--- src/uipp/java/Makefile.am.orig 2015-10-02 18:32:24.000000000 -0400
|
|
+++ src/uipp/java/Makefile.am 2015-10-02 18:32:43.000000000 -0400
|
|
@@ -195,4 +195,4 @@
|
|
$(INSTALL_DATA) AnyDX.lib $(DESTDIR)$(javalibdir)/AnyDX.lib ; \
|
|
$(INSTALL_DATA) AnyDX.exp $(DESTDIR)$(javalibdir)/AnyDX.exp ; \
|
|
fi
|
|
- mkdir -p $(prefix)/dx/java/server/nets
|
|
+ mkdir -p $(DESTDIR)/$(prefix)/dx/java/server/nets
|