1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00

Move EXTRACT_SUFX up in the first section where it belongs.

This commit is contained in:
Satoshi Asami 1996-10-22 02:44:52 +00:00
parent bdf3d5d917
commit 7a8fe862c8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=4068

View File

@ -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