mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +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
23 lines
448 B
Makefile
23 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>
|