aboutsummaryrefslogtreecommitdiffstats
path: root/net/pmf
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1996-12-01 09:23:27 +0800
committerDavid E. O'Brien <obrien@FreeBSD.org>1996-12-01 09:23:27 +0800
commit49f337d203a35b330e9816734307eae928c9ad22 (patch)
tree9c7a58bc72f073465ca4da2b58638cc25beb2f62 /net/pmf
parent6d580f890eb4727a42408434bf4f406ab5e13f22 (diff)
downloadfreebsd-ports-49f337d203a35b330e9816734307eae928c9ad22.tar.gz
freebsd-ports-49f337d203a35b330e9816734307eae928c9ad22.tar.zst
freebsd-ports-49f337d203a35b330e9816734307eae928c9ad22.zip
General Makefile cleanup
Add MAINATERS mkdir -p ==> ${MKDIR} cp ==> ${CP} install ==> ${INSTALL}/${INSTALL_*} etc...
Notes
Notes: svn path=/head/; revision=4738
Diffstat (limited to 'net/pmf')
-rw-r--r--net/pmf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/pmf/Makefile b/net/pmf/Makefile
index 5040b6a18bdc..a90d5e18d6e1 100644
--- a/net/pmf/Makefile
+++ b/net/pmf/Makefile
@@ -3,7 +3,7 @@
# Date created: 24 Sep 1994
# Whom: adam
#
-# $Id: Makefile,v 1.6 1995/11/27 04:05:24 asami Exp $
+# $Id: Makefile,v 1.7 1996/11/18 11:35:44 asami Exp $
#
DISTNAME= pmf-1.13.1
@@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.lysator.liu.se/pub/lpmud/clients/
WRKSRC= ${WRKDIR}/pmfdir/src
pre-install:
- @mkdir -p /usr/local/lib/pmf
+ @${MKDIR} /usr/local/lib/pmf
@find ${WRKSRC}/../system_dir -name '*.orig' -exec rm {} \;
@-mv ${WRKSRC}/../doc/pmf.doc ${WRKSRC}/../system_dir
@tar -C ${WRKSRC}/../system_dir -cf - . \