freebsd-ports/audio/rplay/files/patch-rx_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

19 lines
590 B
Text

--- rx/Makefile.in.orig 1998-07-14 22:35:25 UTC
+++ rx/Makefile.in
@@ -64,11 +64,11 @@ gen_c_files=rgx.x
all: librx.a
install: all
- test -d $(libdir) || mkdir $(libdir)
- test -d $(includedir) || mkdir $(includedir)
- $(INSTALL) librx.a $(libdir)/librx.a
- $(RANLIB) $(libdir)/librx.a
- $(INSTALL) $(srcdir)/inst-rxposix.h $(includedir)/rxposix.h
+# test -d $(libdir) || mkdir $(libdir)
+# test -d $(includedir) || mkdir $(includedir)
+# $(INSTALL) librx.a $(libdir)/librx.a
+# $(RANLIB) $(libdir)/librx.a
+# $(INSTALL) $(srcdir)/inst-rxposix.h $(includedir)/rxposix.h
uninstall: