diff options
author | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2014-06-04 10:11:47 +0000 |
---|---|---|
committer | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2014-06-04 10:11:47 +0000 |
commit | c1f7f4fc6ca5a12d28f51116eef7816067e9a577 (patch) | |
tree | fb7355f6a3f51e874ca56a9f8be9e8baa0427369 /www/wml/files/patch-wml_misc-Makefile.in | |
parent | Switch to wxGTK 3.0 now that is supports wxGTK 2.6 API (diff) |
support staging
Submitted by: rodrigo@ (maintainer)
Reviewed by: bapt (mentor)
Notes
Notes:
svn path=/head/; revision=356453
Diffstat (limited to 'www/wml/files/patch-wml_misc-Makefile.in')
-rw-r--r-- | www/wml/files/patch-wml_misc-Makefile.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/www/wml/files/patch-wml_misc-Makefile.in b/www/wml/files/patch-wml_misc-Makefile.in new file mode 100644 index 000000000000..b2f33093643c --- /dev/null +++ b/www/wml/files/patch-wml_misc-Makefile.in @@ -0,0 +1,16 @@ +--- wml_misc/Makefile.in.orig 2014-03-29 09:11:38.024718160 +0000 ++++ wml_misc/Makefile.in 2014-03-29 09:08:56.459729579 +0000 +@@ -21,10 +21,10 @@ + + prefix = @prefix@ + exec_prefix = $(prefix) +-bindir = $(prefix)/bin ++bindir = $(DESTDIR)$(prefix)/bin + libsubdir = @libsubdir@ +-libdir = $(prefix)/lib$(libsubdir) +-mandir = $(prefix)/man ++libdir = $(DESTDIR)$(prefix)/lib$(libsubdir) ++mandir = $(DESTDIR)$(prefix)/man + + # ------------------------------------------------ + # TARGETS |