summaryrefslogtreecommitdiff
path: root/net/cvsupd-bin
diff options
context:
space:
mode:
authorJohn Polstra <jdp@FreeBSD.org>1998-09-22 23:21:00 +0000
committerJohn Polstra <jdp@FreeBSD.org>1998-09-22 23:21:00 +0000
commit2ca5fb9aa94be75966be3facc249e4887883f0a5 (patch)
treef436434b2649adaf6b503093d2eb775a1b493f91 /net/cvsupd-bin
parentgtk and gtk11 are now ELFized. (diff)
Define STRIP as the empty string so that install won't try to strip
the executables when it installs them. They are already stripped in the distfile. They are not necessarily in the format specified by OBJFORMAT, so install could invoke the wrong version of strip. Problem noticed by: Jeremy Lea <reg@shale.csir.co.za>
Notes
Notes: svn path=/head/; revision=13338
Diffstat (limited to 'net/cvsupd-bin')
-rw-r--r--net/cvsupd-bin/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/cvsupd-bin/Makefile b/net/cvsupd-bin/Makefile
index 18af18a421a2..d69e66ae7e3e 100644
--- a/net/cvsupd-bin/Makefile
+++ b/net/cvsupd-bin/Makefile
@@ -3,7 +3,7 @@
# Date created: 17 August 1998
# Whom: Sheldon Hearn <axl@iafrica.com>
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1998/08/17 21:37:02 jdp Exp $
#
DISTNAME= cvsupd-bin-15.4.2
@@ -18,6 +18,7 @@ MAINTAINER= axl@iafrica.com
NO_BUILD= yes
MAN8= cvsupd.8
+STRIP=
do-configure:
cd ${WRKSRC}; gunzip cvsupd.8.gz