diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-10-22 02:44:52 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-10-22 02:44:52 +0000 |
commit | 7a8fe862c8a0cbcc9707c6d1bf30436ccc3c4e64 (patch) | |
tree | 5eaebdec9d672d6a87354b3f8fab202e05b8f8b3 /news/tin | |
parent | More official patches (diff) |
Move EXTRACT_SUFX up in the first section where it belongs.
Notes
Notes:
svn path=/head/; revision=4068
Diffstat (limited to 'news/tin')
-rw-r--r-- | news/tin/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/news/tin/Makefile b/news/tin/Makefile index 2022acea93e5..ca5e47f1205f 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.4 1996/10/19 22:44:06 ache Exp $ +# $Id: Makefile,v 1.5 1996/10/21 22:04:51 ache Exp $ # DISTNAME= tin1.3-unoff-BETA-961020 @@ -12,10 +12,10 @@ PKGNAME= tin-1.3.961020 CATEGORIES+= news MASTER_SITES= ftp://ftp.akk.uni-karlsruhe.de/pub/tin/ \ ftp://nuxi.cs.ucdavis.edu/pub/tin/ +EXTRACT_SUFX= .tgz MAINTAINER= ache@FreeBSD.org -EXTRACT_SUFX= .tgz WRKSRC= ${WRKDIR}/${DISTNAME:S/tin1.3-unoff-BETA-//} GNU_CONFIGURE= yes CONFIGURE_ENV+= cf_cv_corefile=yes @@ -33,7 +33,6 @@ ALL_TARGET= build CONFIGURE_ARGS+= --enable-nntp-only .endif - post-configure: echo '#define NNTP_SERVER_FILE "${PREFIX}/etc/nntpserver"' >>${WRKSRC}/include/autoconf.h echo '#define SMTP_SERVER_FILE "${PREFIX}/etc/smtpserver"' >>${WRKSRC}/include/autoconf.h |