freebsd-ports/security/lxnb/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

20 lines
380 B
Makefile

# New ports collection makefile for: lxnb
# Date created: 04 March 2000
# Whom: Kris Kennaway <kris@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= lxnb
PORTVERSION= 0.4
CATEGORIES= security
MASTER_SITES= http://ns2.crw.se/~tm/projects/lxnb/
DISTFILES= linux-netbus-client-v${PORTVERSION}.tgz
MAINTAINER= kris@FreeBSD.org
pre-build:
rm -f ${WRKSRC}/lxnetbus
.include <bsd.port.mk>