mirror of
https://git.freebsd.org/ports.git
synced 2025-05-05 16:07:38 -04:00
- i386 no longer supported :( PR: 245941 (with changes) Submitted by: Sean Champ <lab+bsd@thinkum.space>
11 lines
354 B
Text
11 lines
354 B
Text
--- lisp-kernel/freebsdx8632/Makefile.orig 2020-04-19 21:32:56 UTC
|
|
+++ lisp-kernel/freebsdx8632/Makefile
|
|
@@ -13,7 +13,7 @@
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
-VC_REVISION != sh -c "git describe --dirty 2>/dev/null || echo unknown"
|
|
+VC_REVISION:= %%TAG%%
|
|
|
|
VPATH = ..
|
|
RM = /bin/rm
|