mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
Um, I think you got yourself confused. This is a simple case of DISTNAME
being sufficient for almost everything. :)
This commit is contained in:
parent
42f430d1bc
commit
c904263a58
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=14637
@ -3,21 +3,18 @@
|
||||
# Date created: 10 August 1998
|
||||
# Whom: Bill Fumerola <billf@chc-chimes.com>
|
||||
#
|
||||
# $Id: Makefile,v 1.5 1998/11/12 15:21:53 billf Exp $
|
||||
# $Id: Makefile,v 1.6 1998/11/17 21:36:13 billf Exp $
|
||||
#
|
||||
|
||||
DISTNAME=
|
||||
PKGNAME= ntop-1.1a3
|
||||
DISTNAME= ntop-1.1a3
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ftp://ftp.unipi.it/pub/local/ntop/snapshots/ \
|
||||
ftp://ftp.ee.lbl.gov/ \
|
||||
http://www.FreeBSD.org/~billf/
|
||||
DISTFILES= libpcap-0.4.tar.Z ${NTOPDISTFILE}.tar.gz
|
||||
DISTFILES= libpcap-0.4.tar.Z ${DISTNAME}.tar.gz
|
||||
|
||||
MAINTAINER= billf@FreeBSD.org
|
||||
|
||||
NTOPDISTFILE= ntop-1.1a3
|
||||
WRKSRC= ${WRKDIR}/${NTOPDISTFILE}
|
||||
USE_AUTOCONF= yes
|
||||
ALL_TARGET=
|
||||
INSTALL_TARGET= install
|
||||
|
Loading…
Reference in New Issue
Block a user