summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorskrll <skrll>2002-02-15 10:12:28 +0000
committerskrll <skrll>2002-02-15 10:12:28 +0000
commit776a33b09bbd737dcfa1ffef38c8b5b383b0d0c4 (patch)
treed8c5da963aaf61f579edc82f096cfa181c02c55b /devel
parenteee5ea82bdaedb5f556b37f1abd1e775778ada87 (diff)
downloadpkgsrc-776a33b09bbd737dcfa1ffef38c8b5b383b0d0c4.tar.gz
mkdir -> ${MKDIR}
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
Diffstat (limited to 'devel')
-rw-r--r--devel/GConf/PLIST4
-rw-r--r--devel/cweb/PLIST6
-rw-r--r--devel/ftnchek/PLIST4
-rw-r--r--devel/gal/PLIST4
-rw-r--r--devel/haskell-mode/PLIST4
-rw-r--r--devel/libnet/PLIST4
-rw-r--r--devel/libtool-base/PLIST4
-rw-r--r--devel/pkgconfig/PLIST4
8 files changed, 17 insertions, 17 deletions
diff --git a/devel/GConf/PLIST b/devel/GConf/PLIST
index 556c2abe0b1..b607d434dab 100644
--- a/devel/GConf/PLIST
+++ b/devel/GConf/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2002/02/05 22:39:01 skrll Exp $
+@comment $NetBSD: PLIST,v 1.4 2002/02/15 10:12:34 skrll Exp $
bin/gconf-config
bin/gconf-config-1
bin/gconfd-1
@@ -76,4 +76,4 @@ share/locale/zh_CN.GB2312/LC_MESSAGES/GConf.mo
@dirrm etc/gconf/1
@dirrm etc/gconf
@exec test %D = ${LOCALBASE} || ln -s %D/share/aclocal/gconf-1.m4 ${LOCALBASE}/share/aclocal/gconf-1.m4
-@unexec test %D = ${LOCALBASE} || rm ${LOCALBASE}/share/aclocal/gconf-1.m4
+@unexec test %D = ${LOCALBASE} || ${RM} ${LOCALBASE}/share/aclocal/gconf-1.m4
diff --git a/devel/cweb/PLIST b/devel/cweb/PLIST
index 0bb43bc4320..6526f0cb7e4 100644
--- a/devel/cweb/PLIST
+++ b/devel/cweb/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:23:06 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:34 skrll Exp $
bin/ctangle
bin/cweave
man/man1/cweb.1
@@ -26,8 +26,8 @@ share/examples/cweb/xview_types.w
share/texmf/tex/plain/base/cwebmac.tex
@unexec mktexlsr
@exec mktexlsr
-@unexec rmdir %D/share/emacs/site-lisp 2>/dev/null || true
-@unexec rmdir %D/share/emacs 2>/dev/null || true
+@unexec ${RMDIR} %D/share/emacs/site-lisp 2>/dev/null || true
+@unexec ${RMDIR} %D/share/emacs 2>/dev/null || true
@dirrm share/examples/cweb
@dirrm share/doc/cweb
@dirrm share/cweb
diff --git a/devel/ftnchek/PLIST b/devel/ftnchek/PLIST
index ce6d03df576..c90af8a975a 100644
--- a/devel/ftnchek/PLIST
+++ b/devel/ftnchek/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:23:32 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:34 skrll Exp $
bin/dcl2inc
bin/ftnchek
libexec/ftnchek/dcl2inc.awk
@@ -71,7 +71,7 @@ share/doc/ftnchek/html/wordsize.html
share/doc/ftnchek/html/wrap.html
share/doc/ftnchek/macro-doc.txt
share/emacs/site-lisp/ftnchek.el
-@unexec rmdir %D/share/emacs/site-lisp 2>/dev/null || true
+@unexec ${RMDIR} %D/share/emacs/site-lisp 2>/dev/null || true
@dirrm share/doc/ftnchek/html
@dirrm share/doc/ftnchek
@dirrm libexec/ftnchek
diff --git a/devel/gal/PLIST b/devel/gal/PLIST
index 632a11e5d5e..1280c725a42 100644
--- a/devel/gal/PLIST
+++ b/devel/gal/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2002/01/16 03:20:18 rh Exp $
+@comment $NetBSD: PLIST,v 1.3 2002/02/15 10:12:35 skrll Exp $
include/gal/util/e-util.h
include/gal/util/e-xml-utils.h
include/gal/util/e-cache.h
@@ -195,7 +195,7 @@ ${PKGLOCALEDIR}/locale/ta/LC_MESSAGES/gal.mo
${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/gal.mo
${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/gal.mo
${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/gal.mo
-@exec mkdir -p -m 0755 %D/share/gal/html/gal
+@exec ${MKDIR} -p -m 0755 %D/share/gal/html/gal
@dirrm share/pixmaps/gal/categories
@dirrm share/pixmaps/gal
@dirrm share/gal/html/gal
diff --git a/devel/haskell-mode/PLIST b/devel/haskell-mode/PLIST
index c6908564e86..51f17ddd446 100644
--- a/devel/haskell-mode/PLIST
+++ b/devel/haskell-mode/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:24:07 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:35 skrll Exp $
${LISPDIR}/haskell-decl-scan.el
${LISPDIR}/haskell-decl-scan.elc
${LISPDIR}/haskell-doc.el
@@ -13,4 +13,4 @@ ${LISPDIR}/haskell-mode.el
${LISPDIR}/haskell-mode.elc
${LISPDIR}/haskell-simple-indent.el
${LISPDIR}/haskell-simple-indent.elc
-@unexec rmdir %D/${LISPDIR} 2>/dev/null || true
+@unexec ${RMDIR} %D/${LISPDIR} 2>/dev/null || true
diff --git a/devel/libnet/PLIST b/devel/libnet/PLIST
index 52069148578..e778e29f1c7 100644
--- a/devel/libnet/PLIST
+++ b/devel/libnet/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:24:38 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:35 skrll Exp $
bin/libnet-config
include/libnet.h
include/libnet/libnet-asn1.h
@@ -14,5 +14,5 @@ lib/libnet.so.1
lib/libnet.so.1.0
man/man3/libnet.3
@exec ln -s %D/share/doc/libnet/examples %D/share/examples/libnet
-@unexec rm %D/share/examples/libnet
+@unexec ${RM} %D/share/examples/libnet
@dirrm include/libnet
diff --git a/devel/libtool-base/PLIST b/devel/libtool-base/PLIST
index 450a49dfd47..52636c93b02 100644
--- a/devel/libtool-base/PLIST
+++ b/devel/libtool-base/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:24:47 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:35 skrll Exp $
bin/libtool
bin/libtoolize
include/ltdl.h
@@ -31,4 +31,4 @@ share/libtool/ltconfig
share/libtool/ltmain.sh
@dirrm share/libtool/libltdl
@dirrm share/libtool
-@unexec rmdir %D/share/aclocal 2>/dev/null || true
+@unexec ${RMDIR} %D/share/aclocal 2>/dev/null || true
diff --git a/devel/pkgconfig/PLIST b/devel/pkgconfig/PLIST
index 0c5566e048e..27dba56f9b2 100644
--- a/devel/pkgconfig/PLIST
+++ b/devel/pkgconfig/PLIST
@@ -1,6 +1,6 @@
-@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:31:32 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:35 skrll Exp $
bin/pkg-config
man/man1/pkg-config.1
share/aclocal/pkg.m4
-@exec mkdir -p %D/lib/pkgconfig
+@exec ${MKDIR} -p %D/lib/pkgconfig
@dirrm lib/pkgconfig