diff options
author | asami <asami@FreeBSD.org> | 1995-04-09 18:05:17 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-09 18:05:17 +0800 |
commit | dd829b5c43a876676f8f2189749670b749e7b0ac (patch) | |
tree | 23e08653401c12b64405e6a63d7f9c8afc01e2b9 /devel/mprof | |
parent | 5ce5cefa61aff16bd2bc869c25d47bd849edafcd (diff) | |
download | freebsd-ports-gnome-dd829b5c43a876676f8f2189749670b749e7b0ac.tar.gz freebsd-ports-gnome-dd829b5c43a876676f8f2189749670b749e7b0ac.tar.zst freebsd-ports-gnome-dd829b5c43a876676f8f2189749670b749e7b0ac.zip |
And now, yet another round of Makefile updates, devel version!
Diffstat (limited to 'devel/mprof')
-rw-r--r-- | devel/mprof/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/mprof/Makefile b/devel/mprof/Makefile index 3f99ae9cf9ef..03489c72b442 100644 --- a/devel/mprof/Makefile +++ b/devel/mprof/Makefile @@ -3,17 +3,18 @@ # Date created: Sat Nov 5 01:16:33 PST 1994 # Whom: hsu # -# $Id: Makefile,v 1.2 1994/11/22 09:16:22 hsu Exp $ +# $Id: Makefile,v 1.3 1995/04/01 12:44:42 jkh Exp $ # DISTNAME= mprof-3.0 -MASTER_SITES= ftp://cs.colorado.edu/pub/misc/ CATEGORIES+= development programming +MASTER_SITES= ftp://cs.colorado.edu/pub/misc/ EXTRACT_SUFX= .tar.Z + WRKSRC= ${WRKDIR} MAKEFILE= Makefile.i386 -install: +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 |