freebsd-ports/net/nsping/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

22 lines
448 B
Makefile

# New ports collection makefile for: nsping
# Date created: 04 March 2000
# Whom: Kris Kennaway <kris@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= nsping
PORTVERSION= 0.8
CATEGORIES= net
MASTER_SITES= http://www.enteract.com/~tqbf/
DISTFILES= nsping.tar.gz
MAINTAINER= kris@FreeBSD.org
MAN8= nsping.8
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/nsping ${PREFIX}/sbin
${INSTALL_DATA} ${WRKSRC}/nsping.8 ${PREFIX}/man/man8
.include <bsd.port.mk>