mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
525c4b2b27
PR: ports/84137 Submitted by: dawnshade <h-k@mail.ru>
10 lines
196 B
Plaintext
10 lines
196 B
Plaintext
--- ripmime/build_ripOLE.orig Wed Jan 5 20:53:04 2005
|
|
+++ ripmime/build_ripOLE Tue Jul 26 12:48:42 2005
|
|
@@ -1,4 +1,4 @@
|
|
#!/bin/sh
|
|
cd ripOLE
|
|
-make clean
|
|
-make
|
|
+${GMAKE} clean
|
|
+${GMAKE}
|