diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-14 04:06:31 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-14 04:06:31 +0000 |
commit | 46ff2cbe24b7b320529f86c3d3f266a492cfb25b (patch) | |
tree | 1e5f0f38ed7c4066eb90d46904bc3266304ecc8e | |
parent | ce69717876381d459846245bda1b5845998c5f35 (diff) |
Notes
-rw-r--r-- | news/tin/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/news/tin/Makefile b/news/tin/Makefile index a6933930e984..39eeea3e553b 100644 --- a/news/tin/Makefile +++ b/news/tin/Makefile @@ -4,7 +4,7 @@ # Date created: 25 July 1996 # Whom: obrien@cs.ucdavis.edu # -# $Id: Makefile,v 1.61 1998/08/04 00:10:12 obrien Exp $ +# $Id: Makefile,v 1.62 1998/08/18 09:34:56 obrien Exp $ # DISTNAME= tinpre-1.4-980818 @@ -16,6 +16,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= ache@FreeBSD.org +BROKEN_ELF= yes + WRKSRC= ${WRKDIR}/${DISTNAME:S/pre-1.4//} GNU_CONFIGURE= yes |