diff options
author | John Polstra <jdp@FreeBSD.org> | 1998-09-22 23:21:00 +0000 |
---|---|---|
committer | John Polstra <jdp@FreeBSD.org> | 1998-09-22 23:21:00 +0000 |
commit | 2ca5fb9aa94be75966be3facc249e4887883f0a5 (patch) | |
tree | f436434b2649adaf6b503093d2eb775a1b493f91 /net/cvsup-bin | |
parent | 457679eee3629c52a1afd0dc50966abe840b300b (diff) | |
download | ports-2ca5fb9aa94be75966be3facc249e4887883f0a5.tar.gz ports-2ca5fb9aa94be75966be3facc249e4887883f0a5.zip |
Notes
Diffstat (limited to 'net/cvsup-bin')
-rw-r--r-- | net/cvsup-bin/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/cvsup-bin/Makefile b/net/cvsup-bin/Makefile index 12a51016a26e..0bd6a6a7069a 100644 --- a/net/cvsup-bin/Makefile +++ b/net/cvsup-bin/Makefile @@ -3,7 +3,7 @@ # Date created: 12 November 1997 # Whom: Sheldon Hearn <axl@iafrica.com> # -# $Id: Makefile,v 1.5 1998/07/07 03:22:33 jdp Exp $ +# $Id: Makefile,v 1.6 1998/08/17 21:44:57 jdp Exp $ # DISTNAME= cvsup-bin-15.4.2 @@ -18,6 +18,7 @@ MAINTAINER= axl@iafrica.com NO_BUILD= yes MAN1= cvsup.1 +STRIP= do-configure: cd ${WRKSRC}; gunzip cvsup.1.gz |