diff options
author | seb <seb@pkgsrc.org> | 2002-06-26 10:29:33 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2002-06-26 10:29:33 +0000 |
commit | db84442a67c872c4802e8b37a88f71a84050f97a (patch) | |
tree | 9e5fcee06244c048489fb5197f01b82baef7be38 /net | |
parent | e521736766fda95b199d77e427c85a2b5fd262b6 (diff) | |
download | pkgsrc-db84442a67c872c4802e8b37a88f71a84050f97a.tar.gz |
Substitute a couple of `mkdir' by `${MKDIR}'.
Remove `-p' from mkdir arguments, it is already part of ${MKDIR}.
While here substitute a couple of ${PREFIX} by `%D' in
`@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too!
Diffstat (limited to 'net')
-rw-r--r-- | net/arla/PLIST | 4 | ||||
-rw-r--r-- | net/dgd/PLIST | 12 | ||||
-rw-r--r-- | net/icsi-finger/PLIST | 4 | ||||
-rw-r--r-- | net/lftp/PLIST | 4 | ||||
-rw-r--r-- | net/net-snmp-current/PLIST | 4 | ||||
-rw-r--r-- | net/ucd-snmp/PLIST | 4 |
6 files changed, 16 insertions, 16 deletions
diff --git a/net/arla/PLIST b/net/arla/PLIST index 3ef491df2ce..9d7913840f6 100644 --- a/net/arla/PLIST +++ b/net/arla/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2002/02/18 15:14:35 seb Exp $ +@comment $NetBSD: PLIST,v 1.5 2002/06/26 10:29:51 seb 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 ${MKDIR} -p ${ARLA_CACHE}; ${CHMOD} 700 ${ARLA_CACHE}; ${CHOWN} root ${ARLA_CACHE}; fi +@exec if [ ! -e ${ARLA_CACHE} ] ; then ${MKDIR} ${ARLA_CACHE}; ${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} diff --git a/net/dgd/PLIST b/net/dgd/PLIST index bf51d4e618e..98c2a19313c 100644 --- a/net/dgd/PLIST +++ b/net/dgd/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/04/25 15:19:37 tron Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/06/26 10:29:51 seb Exp $ libexec/dgd share/doc/dgd/Copyright share/doc/dgd/Credits @@ -146,11 +146,11 @@ libdata/dgd/mud/kernel/sys/objregd.c libdata/dgd/mud/kernel/sys/rsrcd.c libdata/dgd/mud/kernel/sys/userd.c share/examples/dgd/mud.dgd -@exec mkdir -p %D/libdata/dgd/mud/kernel/data -@exec mkdir -p %D/libdata/dgd/mud/usr/System -@exec mkdir -p %D/libdata/dgd/mud/usr/admin -@exec mkdir -p %D/libdata/dgd/mud/usr -@exec mkdir -p %D/libdata/dgd/tmp +@exec ${MKDIR} %D/libdata/dgd/mud/kernel/data +@exec ${MKDIR} %D/libdata/dgd/mud/usr/System +@exec ${MKDIR} %D/libdata/dgd/mud/usr/admin +@exec ${MKDIR} %D/libdata/dgd/mud/usr +@exec ${MKDIR} %D/libdata/dgd/tmp @dirrm share/doc/dgd/kfun @dirrm share/doc/dgd @dirrm libdata/dgd/mud/doc/kernel/efun diff --git a/net/icsi-finger/PLIST b/net/icsi-finger/PLIST index 9494d51cda8..2c286f59e89 100644 --- a/net/icsi-finger/PLIST +++ b/net/icsi-finger/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:54 skrll Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/06/26 10:29:51 seb Exp $ bin/gfinger sbin/gfingerd sbin/packet2ascii @@ -32,6 +32,6 @@ share/examples/icsi-finger/targets/x-.users share/examples/icsi-finger/targets/x-help @dirrm share/examples/icsi-finger/targets @dirrm share/examples/icsi-finger -@exec ${MKDIR} -p %D/etc/fingerdir/targets +@exec ${MKDIR} %D/etc/fingerdir/targets @dirrm etc/fingerdir/targets @dirrm etc/fingerdir diff --git a/net/lftp/PLIST b/net/lftp/PLIST index 9e107939382..ba3e409a455 100644 --- a/net/lftp/PLIST +++ b/net/lftp/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2002/04/22 15:22:23 tron Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/06/26 10:29:52 seb Exp $ bin/lftp bin/lftpget man/man1/lftp.1 @@ -17,7 +17,7 @@ share/locale/pt_BR/LC_MESSAGES/lftp.mo share/locale/ru/LC_MESSAGES/lftp.mo share/locale/zh_CN/LC_MESSAGES/lftp.mo share/locale/zh_TW/LC_MESSAGES/lftp.mo -@exec mkdir -p %D/lib/lftp/${PKGVERSION} +@exec ${MKDIR} %D/lib/lftp/${PKGVERSION} @dirrm lib/lftp/${PKGVERSION} @dirrm lib/lftp @dirrm share/lftp diff --git a/net/net-snmp-current/PLIST b/net/net-snmp-current/PLIST index f567cb3dad9..b95513acb71 100644 --- a/net/net-snmp-current/PLIST +++ b/net/net-snmp-current/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/03/14 06:29:01 itojun Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/06/26 10:29:52 seb Exp $ bin/encode_keychange bin/fixproc bin/ipf-mod.pl @@ -344,7 +344,7 @@ share/snmp/mibs/UCD-DISKIO-MIB.txt @dirrm share/snmp/mibs @dirrm share/snmp @dirrm share/examples/ucd-snmp -@exec ${MKDIR} -p %D/lib/snmp/dlmod +@exec ${MKDIR} %D/lib/snmp/dlmod @dirrm lib/snmp/dlmod @dirrm lib/snmp @dirrm include/net-snmp/system diff --git a/net/ucd-snmp/PLIST b/net/ucd-snmp/PLIST index 13cd6781e17..4d56a844cf7 100644 --- a/net/ucd-snmp/PLIST +++ b/net/ucd-snmp/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2002/04/09 09:53:54 itojun Exp $ +@comment $NetBSD: PLIST,v 1.5 2002/06/26 10:29:52 seb Exp $ bin/encode_keychange bin/mib2c bin/snmpbulkget @@ -220,7 +220,7 @@ share/snmp/snmpconf/snmptrapd.conf/traphandle @dirrm share/snmp/mibs @dirrm share/snmp @dirrm share/examples/ucd-snmp -@exec ${MKDIR} -p %D/lib/snmp/dlmod +@exec ${MKDIR} %D/lib/snmp/dlmod @dirrm lib/snmp/dlmod @dirrm lib/snmp @dirrm include/ucd-snmp |