1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/www/weave/files/patch-Makefile
Pav Lucistnik c9f8c9c76f - Update to 1.0b3
PR:		ports/141445
Submitted by:	Grzegorz Blach <magik@roorback.net> (maintainer)
2009-12-16 00:12:51 +00:00

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