1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/audio/gnaural/files/patch-Makefile.in
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

24 lines
921 B
Plaintext

--- Makefile.in.orig 2011-05-25 22:38:21 UTC
+++ Makefile.in
@@ -742,15 +742,16 @@ uninstall-am:
install-data-local:
@$(NORMAL_INSTALL)
if test -d $(srcdir)/pixmaps; then \
- $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/pixmaps; \
+ $(mkinstalldirs) $(DESTDIR)$(datadir)/pixmaps; \
for pixmap in $(srcdir)/pixmaps/*; do \
if test -f $$pixmap; then \
- $(INSTALL_DATA) $$pixmap $(DESTDIR)$(pkgdatadir)/pixmaps; \
+ $(INSTALL_DATA) $$pixmap $(DESTDIR)$(datadir)/pixmaps; \
fi \
done \
fi; \
- $(mkinstalldirs) $(DESTDIR)$(datadir)/gnome/apps/Multimedia; \
- $(INSTALL_DATA) gnaural.desktop $(DESTDIR)$(datadir)/gnome/apps/Multimedia; \
+ $(mkinstalldirs) $(DESTDIR)$(datadir)/applications; \
+ $(INSTALL_DATA) gnaural.desktop $(DESTDIR)$(datadir)/applications; \
+ $(mkinstalldirs) $(DESTDIR)$(pkgdatadir); \
$(INSTALL_DATA) src/gnaural.glade $(DESTDIR)$(pkgdatadir);
dist-hook: