diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2012-10-11 01:20:49 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2012-10-11 01:20:49 +0800 |
commit | ec388769bbbb8f839a73dfe05a52291fda3869ee (patch) | |
tree | 9a91ef467ff41cc950d9b4e823baf2936ece02e7 /net | |
parent | 8f0790ca8dcd48ac80e3ceeb14da6d5199c96272 (diff) | |
download | freebsd-ports-gnome-ec388769bbbb8f839a73dfe05a52291fda3869ee.tar.gz freebsd-ports-gnome-ec388769bbbb8f839a73dfe05a52291fda3869ee.tar.zst freebsd-ports-gnome-ec388769bbbb8f839a73dfe05a52291fda3869ee.zip |
- Reassign to the heap at maintainer's request
Diffstat (limited to 'net')
-rw-r--r-- | net/pchar/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/net/pchar/Makefile b/net/pchar/Makefile index 93b0791d7b0e..8e7d32ae2346 100644 --- a/net/pchar/Makefile +++ b/net/pchar/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: pchar -# Date created: Wed Nov 03, 1999 -# Whom: David O'Brien (obrien@NUXI.com) -# +# Whom: David O'Brien (obrien@NUXI.com) # $FreeBSD$ -# PORTNAME= pchar PORTVERSION= 1.5 @@ -13,7 +8,7 @@ MASTER_SITES= http://www.kitchenlab.org/www/bmah/Software/pchar/ MASTER_SITES+= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= bmah -MAINTAINER= bmah@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Sandia Internet path characterization tool GNU_CONFIGURE= yes |