aboutsummaryrefslogtreecommitdiff
path: root/devel/mprof
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-04-24 11:01:39 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-04-24 11:01:39 +0000
commitb901ee38c863f18667592741fec5af8333447d5b (patch)
tree884392ad1d7ad100bba87f397a3204534fb748f5 /devel/mprof
parent93c78d0f3d79755e3f32eca2293eaa5421926696 (diff)
downloadports-b901ee38c863f18667592741fec5af8333447d5b.tar.gz
ports-b901ee38c863f18667592741fec5af8333447d5b.zip
Updated devel Makefiles. Strip mprof and compress mprof.1 along the way.
Notes
Notes: svn path=/head/; revision=1521
Diffstat (limited to 'devel/mprof')
-rw-r--r--devel/mprof/Makefile10
-rw-r--r--devel/mprof/pkg-plist2
2 files changed, 5 insertions, 7 deletions
diff --git a/devel/mprof/Makefile b/devel/mprof/Makefile
index 03489c72b442..ae54dcc64db1 100644
--- a/devel/mprof/Makefile
+++ b/devel/mprof/Makefile
@@ -3,7 +3,7 @@
# Date created: Sat Nov 5 01:16:33 PST 1994
# Whom: hsu
#
-# $Id: Makefile,v 1.3 1995/04/01 12:44:42 jkh Exp $
+# $Id: Makefile,v 1.4 1995/04/09 10:05:17 asami Exp $
#
DISTNAME= mprof-3.0
@@ -14,12 +14,10 @@ EXTRACT_SUFX= .tar.Z
WRKSRC= ${WRKDIR}
MAKEFILE= Makefile.i386
-install: build
- @if [ ! -e ${PREFIX}/bin ]; then mkdir -p ${PREFIX}/bin; fi
- @if [ ! -e ${PREFIX}/lib ]; then mkdir -p ${PREFIX}/lib; fi
- @if [ ! -e ${PREFIX}/man/man1 ]; then mkdir -p ${PREFIX}/man/man1; fi
- install -c -m 555 ${WRKSRC}/mprof ${PREFIX}/bin
+do-install:
+ install -c -s -m 555 ${WRKSRC}/mprof ${PREFIX}/bin
install -c -m 555 ${WRKSRC}/libc_mp.a ${PREFIX}/lib
install -c -m 555 ${WRKSRC}/mprof.1 ${PREFIX}/man/man1
+ gzip -9nf ${PREFIX}/man/man1/mprof.1
.include <bsd.port.mk>
diff --git a/devel/mprof/pkg-plist b/devel/mprof/pkg-plist
index 8d38e8639071..c52529fe965c 100644
--- a/devel/mprof/pkg-plist
+++ b/devel/mprof/pkg-plist
@@ -1,4 +1,4 @@
@cwd /usr/local
bin/mprof
lib/libc_mp.a
-man/man1/mprof.1
+man/man1/mprof.1.gz