diff options
-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 |