freebsd-ports/net/sendfile/Makefile
Satoshi Asami 5e5841f2cd Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break when
PORTREVISION or PORTEPOCH are defined.

Most of these Makefiles were defining DISTNAME and WRKSRC (and
sometimes EXTRACT_SUFX) -- change those to define DISTFILES only.
Also, some of the WRKSRC lines were not even necessary, as they were
defining it to the default value.

Instigated by:	Peter Pentchev <roam@orbitel.bg> and kris
2000-09-25 12:21:43 +00:00

27 lines
567 B
Makefile

# New ports collection makefile for: sendfile
# Date created: 30 Oct 1997
# Whom: sec@42.org
#
# $FreeBSD$
#
PORTNAME= sendfile
PORTVERSION= 2.1
CATEGORIES= net
MASTER_SITES= ftp://ftp.belwue.de/pub/unix/sendfile/current/
DISTFILES= sendfile-20000102.tar.gz
MAINTAINER= sec@42.org
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT=makeconfig
CONFIGURE_ENV= PREFIX="${PREFIX}"
MAN1= sendfile.1 sendmsg.1 receive.1 fetchfile.1 utf7encode.1 \
wlock.1
MAN7= fetchfile.7
MAN8= sendfiled.8
MLINKS= utf7encode.1 utf7decode.1
.include <bsd.port.mk>