diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-11 21:30:15 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-11 21:30:15 +0000 |
commit | ed33fb7de058a6d91ae1c86c9dda42a1a2508b54 (patch) | |
tree | bb126f7f4deabe676254cb651c5b8a780976235f /devel/mprof | |
parent | cd551d001ae65b6035a625879180b837df06f895 (diff) | |
download | ports-ed33fb7de058a6d91ae1c86c9dda42a1a2508b54.tar.gz ports-ed33fb7de058a6d91ae1c86c9dda42a1a2508b54.zip |
Notes
Diffstat (limited to 'devel/mprof')
-rw-r--r-- | devel/mprof/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/mprof/Makefile b/devel/mprof/Makefile index e968b2ba78ef..8d1f27758cc9 100644 --- a/devel/mprof/Makefile +++ b/devel/mprof/Makefile @@ -1,15 +1,15 @@ # ex:ts=8 # Ports collection makefile for: mprof -# Version required: 0.0 # Date created: Sat Nov 5 01:16:33 PST 1994 # Whom: hsu # # $FreeBSD$ # -DISTNAME= mprof-3.0 +PORTNAME= mprof +PORTVERSION= 3.0 CATEGORIES= devel -MASTER_SITES= ftp://ftp.cs.colorado.edu/pub/misc/ +MASTER_SITES= ftp://ftp.cs.colorado.edu/pub/misc/ EXTRACT_SUFX= .tar.Z MAINTAINER= obrien@FreeBSD.org |