summaryrefslogtreecommitdiff
path: root/net/pmf
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1996-12-01 01:23:27 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1996-12-01 01:23:27 +0000
commit49f337d203a35b330e9816734307eae928c9ad22 (patch)
tree9c7a58bc72f073465ca4da2b58638cc25beb2f62 /net/pmf
parentCleaned up post-install target. (diff)
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 - . \