head	1.2;
access;
symbols
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2002.09.28.20.46.51;	author clive;	state dead;
branches;
next	1.1;

1.1
date	2001.08.18.11.37.51;	author clive;	state Exp;
branches;
next	;


desc
@@


1.2
log
@o Fix build on -CURRENT.
o Use REINPLACE_CMD instead of a hard wired patch, which breaks this port
  on -CURRENT.
o Use tab instead of space, BTW.

Submitted by:	bento
@
text
@--- src/Makefile.orig  Tue Jun 26 16:33:00 2001
+++ src/Makefile       Tue Jun 26 16:33:09 2001
@@@@ -46,7 +46,7 @@@@
 AUTOHEADER = autoheader

 INSTALL = /usr/bin/install -c -o root -g wheel
-INSTALL_PROGRAM = install -c -s -o root -g wheel -m 555 $(AM_INSTALL_PROGRAM_FLAGS)
+INSTALL_PROGRAM = install -c -o root -g wheel -m 555 $(AM_INSTALL_PROGRAM_FLAGS)
 INSTALL_DATA = install -c -o root -g wheel -m 444
 INSTALL_SCRIPT = install -c -o root -g wheel -m 555
 transform = s,x,x,
@


1.1
log
@Eak ! I missed this file in my last commit.

Submitted by: bento
@
text
@@

