diff options
author | asami <asami@FreeBSD.org> | 1998-06-27 05:20:00 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-06-27 05:20:00 +0000 |
commit | e269a25f5fbe6f5626fa7696046c91f0e36832f1 (patch) | |
tree | 02d1ad171b5720b31c48c226c5121a772f67ac0d /net/cvsup-mirror | |
parent | 03fbfa5e0bb896209a3cf1029f2913c43887f16f (diff) | |
download | FreeBSD-ports-e269a25f5fbe6f5626fa7696046c91f0e36832f1.zip FreeBSD-ports-e269a25f5fbe6f5626fa7696046c91f0e36832f1.tar.gz |
Remove NO_CONFIGURE and NO_PATCH, they never meant anything.
Diffstat (limited to 'net/cvsup-mirror')
-rw-r--r-- | net/cvsup-mirror/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/cvsup-mirror/Makefile b/net/cvsup-mirror/Makefile index ea85f8b..b0b1a31 100644 --- a/net/cvsup-mirror/Makefile +++ b/net/cvsup-mirror/Makefile @@ -3,7 +3,7 @@ # Date created: 01 February 1997 # Whom: jdp # -# $Id: Makefile,v 1.2 1997/02/06 06:50:40 asami Exp $ +# $Id: Makefile,v 1.3 1997/07/13 18:49:27 max Exp $ # DISTNAME= cvsup-mirror-1.0 @@ -16,7 +16,6 @@ RUN_DEPENDS= ${PREFIX}/sbin/cvsupd:${PORTSDIR}/net/cvsup NO_WRKSUBDIR= true NO_CHECKSUM= true -NO_PATCH= true NO_BUILD= true IS_INTERACTIVE= true NO_PACKAGE= too interactive |