mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
5e5841f2cd
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
20 lines
380 B
Makefile
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>
|