summaryrefslogtreecommitdiffstats
path: root/net/pcnfsd/files
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1995-03-19 10:12:39 +0000
committerjoerg <joerg@FreeBSD.org>1995-03-19 10:12:39 +0000
commitaf97b7920f90eacfcda3876085a75f3bb2e246b9 (patch)
treeac896fb01e62dc9be4a09b55675aa361bbcc11bf /net/pcnfsd/files
parente233f75e251b8e7f912add9a4123479b619742a5 (diff)
downloadFreeBSD-ports-af97b7920f90eacfcda3876085a75f3bb2e246b9.zip
FreeBSD-ports-af97b7920f90eacfcda3876085a75f3bb2e246b9.tar.gz
mkdir -p the BINDIR during beforeinstall, instead of blindly
assuming everyone has already got a /usr/local/libexec.
Diffstat (limited to 'net/pcnfsd/files')
-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 b39f339..9553857 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>
OpenPOWER on IntegriCloud