85a125dae9
- use tmake in ports (noticed by okan@) - hack to strip a path prefix when generating md5 sum of source dir. ok simon@, landry@
13 lines
337 B
Plaintext
13 lines
337 B
Plaintext
$OpenBSD: patch-Makefile_in,v 1.3 2008/01/06 10:02:59 eric Exp $
|
|
--- Makefile.in.orig Mon Dec 17 20:57:30 2007
|
|
+++ Makefile.in Mon Dec 17 20:57:44 2007
|
|
@@ -45,7 +45,7 @@ distclean: clean
|
|
-rm -f addon/doxywizard/moc/moc_*
|
|
-rm -f addon/doxywizard/config.cpp
|
|
|
|
-DATE=$(shell date "+%B %Y")
|
|
+DATE=`date "+%B %Y"`
|
|
|
|
MAN1DIR = man/man1
|
|
|