freebsd-ports/graphics/xmorph/files/patch-Makefile.in
Kirill Ponomarev daee40370e - Update to version 2004.01.10
PR:		ports/64336
Submitted by:	Ports Fury
2004-03-16 14:07:06 +00:00

15 lines
370 B
Text

--- Makefile.in.orig Tue Jan 13 00:29:21 2004
+++ Makefile.in Sun Mar 14 02:13:28 2004
@@ -763,12 +763,6 @@
fi \
done \
fi
- cd example; for i in * ;\
- do $(INSTALL) -d $(DESTDIR)$(pkgdatadir)/example/$$i ;\
- for j in $$i/* ;\
- do $(INSTALL_DATA) $$j $(DESTDIR)$(pkgdatadir)/example/$$i;\
- done;\
- done
dist-hook:
if test -d pixmaps; then \