summaryrefslogtreecommitdiff
path: root/devel/mprof
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1998-02-26 09:30:15 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1998-02-26 09:30:15 +0000
commit2adf42838c21b7ae13ec4273e484261e12328d77 (patch)
tree6c084bb3a48db234a9d2639af02a9a9589f92669 /devel/mprof
parentRemove myself from MAINTAINER, I not use it anymore (diff)
take over maintance.
Notes
Notes: svn path=/head/; revision=9946
Diffstat (limited to 'devel/mprof')
-rw-r--r--devel/mprof/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/devel/mprof/Makefile b/devel/mprof/Makefile
index bdb416a3b8e5..1f70ac51161c 100644
--- a/devel/mprof/Makefile
+++ b/devel/mprof/Makefile
@@ -1,9 +1,10 @@
+# ex:ts=8
# New ports collection makefile for: mprof
# Version required: 3.0
# Date created: Sat Nov 5 01:16:33 PST 1994
# Whom: hsu
#
-# $Id: Makefile,v 1.8 1996/11/18 11:23:19 asami Exp $
+# $Id: Makefile,v 1.9 1997/06/09 02:06:31 fenner Exp $
#
DISTNAME= mprof-3.0
@@ -11,13 +12,15 @@ CATEGORIES= devel
MASTER_SITES= ftp://ftp.cs.colorado.edu/pub/misc/
EXTRACT_SUFX= .tar.Z
+MAINTAINER= obrien@FreeBSD.org
+
WRKSRC= ${WRKDIR}
MAKEFILE= Makefile.i386
MAN1= mprof.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mprof ${PREFIX}/bin
- install -c -m 555 ${WRKSRC}/libc_mp.a ${PREFIX}/lib
+ ${INSTALL} ${COPY} -m 555 ${WRKSRC}/libc_mp.a ${PREFIX}/lib
${INSTALL_MAN} ${WRKSRC}/mprof.1 ${PREFIX}/man/man1
.include <bsd.port.mk>