diff options
author | asami <asami@FreeBSD.org> | 1995-04-24 11:01:39 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-24 11:01:39 +0000 |
commit | 6e8a05ce6c83a3b5a574b336cc2de97708769fad (patch) | |
tree | 49bdd836a09973c69794b8a024e075b27743101a | |
parent | ca6235b88e1718e0f3b01fd5a47bd94561314f17 (diff) | |
download | FreeBSD-ports-6e8a05ce6c83a3b5a574b336cc2de97708769fad.zip FreeBSD-ports-6e8a05ce6c83a3b5a574b336cc2de97708769fad.tar.gz |
Updated devel Makefiles. Strip mprof and compress mprof.1 along the way.
-rw-r--r-- | devel/mprof/Makefile | 10 | ||||
-rw-r--r-- | devel/mprof/pkg-plist | 2 |
2 files changed, 5 insertions, 7 deletions
diff --git a/devel/mprof/Makefile b/devel/mprof/Makefile index 03489c7..ae54dcc 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 8d38e86..c52529f 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 |