summaryrefslogtreecommitdiff
path: root/net/pcnfsd
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>1995-03-19 10:12:39 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>1995-03-19 10:12:39 +0000
commit66d6fa2f8dbd7a23a4e673f9c88275d904f4aa4b (patch)
treeed6d7244331c5209c617dc663f1dd56e2f1a4436 /net/pcnfsd
parentUpgrade. (diff)
mkdir -p the BINDIR during beforeinstall, instead of blindly
assuming everyone has already got a /usr/local/libexec.
Notes
Notes: svn path=/head/; revision=1146
Diffstat (limited to 'net/pcnfsd')
-rw-r--r--net/pcnfsd/files/patch-ab7
1 files changed, 4 insertions, 3 deletions
diff --git a/net/pcnfsd/files/patch-ab b/net/pcnfsd/files/patch-ab
index b39f339056d6..95538572a242 100644
--- a/net/pcnfsd/files/patch-ab
+++ b/net/pcnfsd/files/patch-ab
@@ -2,11 +2,11 @@
--- Makefile.44bsd Thu Oct 6 17:18:19 1994
***************
*** 0 ****
---- 1,20 ----
+--- 1,21 ----
+ #
+ # @(#)Makefile
+ # Makefile for rpc.pcnfsd for BSD/386 or similar
-+ # $Id$
++ # $Id: patch-ab,v 1.1.1.1 1994/10/07 00:23:56 pst Exp $
+ #
+
+ PROG= rpc.pcnfsd
@@ -20,6 +20,7 @@
+ LDADD+= -lcrypt
+
+ beforeinstall:
-+ -mkdir ${PRDIR}
++ -mkdir -p ${BINDIR}
++ -mkdir -p ${PRDIR}
+
+ .include <bsd.prog.mk>