summaryrefslogtreecommitdiff
path: root/net/arla
diff options
context:
space:
mode:
authorskrll <skrll@pkgsrc.org>2002-02-05 22:39:00 +0000
committerskrll <skrll@pkgsrc.org>2002-02-05 22:39:00 +0000
commit9bd4180d57c9e2c28c4aac8677063ec431119e63 (patch)
tree533303137022845ae02b523e64f45e133c5d6473 /net/arla
parentb3700b38d37190359d013dc19584d4dd27a83714 (diff)
downloadpkgsrc-9bd4180d57c9e2c28c4aac8677063ec431119e63.tar.gz
/bin/mkdir -> ${MKDIR}.
Make the print-PLIST target output ${MKDIR} also.
Diffstat (limited to 'net/arla')
-rw-r--r--net/arla/PLIST4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/arla/PLIST b/net/arla/PLIST
index 46c90a468a7..ff5f758966d 100644
--- a/net/arla/PLIST
+++ b/net/arla/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:54:48 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2002/02/05 22:39:06 skrll Exp $
include/arlalib.h
include/atypes.h
include/fs_errors.h
@@ -113,7 +113,7 @@ man/man8/bos.8
@unexec install-info --delete %D/info/arla.info %D/info/dir
info/arla.info
@exec install-info %D/info/arla.info %D/info/dir
-@exec if [ ! -e ${ARLA_CACHE} ] ; then /bin/mkdir -p ${ARLA_CACHE}; /bin/chmod 700 ${ARLA_CACHE}; chown root ${ARLA_CACHE}; fi
+@exec if [ ! -e ${ARLA_CACHE} ] ; then ${MKDIR} -p ${ARLA_CACHE}; /bin/chmod 700 ${ARLA_CACHE}; chown root ${ARLA_CACHE}; fi
@exec if [ ! -e /sbin/mount_xfs ]; then /bin/ln -s %D/sbin/mount_xfs /sbin/mount_xfs; fi
@unexec /bin/rm -f /sbin/mount_xfs
@unexec /bin/rm -rf ${ARLA_CACHE}