mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
c9f8c9c76f
PR: ports/141445 Submitted by: Grzegorz Blach <magik@roorback.net> (maintainer)
12 lines
362 B
Plaintext
12 lines
362 B
Plaintext
--- Makefile.orig 2009-10-01 01:19:33.000000000 +0000
|
|
+++ Makefile 2009-10-04 19:49:04.000000000 +0000
|
|
@@ -64,7 +64,7 @@
|
|
buildid_short := $(buildid)
|
|
ifeq ($(buildid),)
|
|
date := $(shell date -u +%Y%m%d%H%M)
|
|
- revid := $(shell hg tip --template '{node|short}')
|
|
+ revid := 0ff643d2615e
|
|
buildid := $(date)-$(revid)
|
|
buildid_short := $(date)
|
|
endif
|