diff options
Diffstat (limited to 'math/calc/Makefile')
-rw-r--r-- | math/calc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/calc/Makefile b/math/calc/Makefile index 79146c0230d1..e93b14b53ea5 100644 --- a/math/calc/Makefile +++ b/math/calc/Makefile @@ -3,7 +3,7 @@ # Date created: 3 October 1994 # Whom: jmz # -# $Id: Makefile,v 1.8 1996/11/18 14:04:52 asami Exp $ +# $Id: Makefile,v 1.9 1997/08/15 18:54:17 jmz Exp $ # DISTNAME= calc-2.9.3t6 @@ -14,6 +14,7 @@ MASTER_SITES= ftp://ftp.cdrom.com/pub/bsd-sources/4.4BSD-Lite/usr/src/contrib/ MAINTAINER= jmz@FreeBSD.org MAN1= calc.1 +IGNOREFILES= ${DISTFILES} # "on-the-fly" creation of tarball pre-patch: @cd ${WRKDIR} && mv pub/bsd-sources/4.4BSD-Lite/usr/src/contrib/calc-2.9.3t6 . |