svn commit: r358271 - in head/math/gdcalc: . files
Vanilla I. Shu
vanilla at FreeBSD.org
Wed Jun 18 13:14:03 UTC 2014
Author: vanilla
Date: Wed Jun 18 13:14:02 2014
New Revision: 358271
URL: http://svnweb.freebsd.org/changeset/ports/358271
QAT: https://qat.redports.org/buildarchive/r358271/
Log:
Stagify.
Approved by: portmgr@
Added:
head/math/gdcalc/files/patch-Makefile.in (contents, props changed)
Modified:
head/math/gdcalc/Makefile
Modified: head/math/gdcalc/Makefile
==============================================================================
--- head/math/gdcalc/Makefile Wed Jun 18 13:03:49 2014 (r358270)
+++ head/math/gdcalc/Makefile Wed Jun 18 13:14:02 2014 (r358271)
@@ -18,5 +18,4 @@ GNU_CONFIGURE= yes
LDFLAGS+= -lm
-NO_STAGE= yes
.include <bsd.port.mk>
Added: head/math/gdcalc/files/patch-Makefile.in
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/math/gdcalc/files/patch-Makefile.in Wed Jun 18 13:14:02 2014 (r358271)
@@ -0,0 +1,30 @@
+--- Makefile.in.orig 2014-06-18 21:06:00.354774154 +0800
++++ Makefile.in 2014-06-18 21:08:48.970775730 +0800
+@@ -595,19 +595,19 @@ dist-hook:
+ install-data-local:
+ @$(NORMAL_INSTALL)
+ if test -d $(srcdir)/pixmaps; then \
+- $(mkinstalldirs) $(prefix)/share/pixmaps; \
+- $(mkinstalldirs) $(prefix)/share/icons; \
++ $(mkinstalldirs) $(DESTDIR)$(prefix)/share/pixmaps; \
++ $(mkinstalldirs) $(DESTDIR)$(prefix)/share/icons; \
+ for pixmap in $(srcdir)/pixmaps/*; do \
+ if test -f $$pixmap; then \
+- $(INSTALL_DATA) $$pixmap $(prefix)/share/pixmaps; \
+- $(INSTALL_DATA) $$pixmap $(prefix)/share/icons; \
++ $(INSTALL_DATA) $$pixmap $(DESTDIR)$(prefix)/share/pixmaps; \
++ $(INSTALL_DATA) $$pixmap $(DESTDIR)$(prefix)/share/icons; \
+ fi \
+ done \
+ fi
+- $(mkinstalldirs) $(prefix)/share/gnome/apps/Utilities
+- cp $(srcdir)/gdcalc.desktop $(prefix)/share/gnome/apps/Utilities
+- $(mkinstalldirs) $(prefix)/share/applnk/Applications
+- cp $(srcdir)/gdcalc.kdelnk $(prefix)/share/applnk/Applications
++ $(mkinstalldirs) $(DESTDIR)$(prefix)/share/gnome/apps/Utilities
++ cp $(srcdir)/gdcalc.desktop $(DESTDIR)$(prefix)/share/gnome/apps/Utilities
++ $(mkinstalldirs) $(DESTDIR)$(prefix)/share/applnk/Applications
++ cp $(srcdir)/gdcalc.kdelnk $(DESTDIR)$(prefix)/share/applnk/Applications
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
More information about the svn-ports-all
mailing list