summaryrefslogtreecommitdiff
path: root/www/haskell-cgi/PLIST
diff options
context:
space:
mode:
authorskrll <skrll@pkgsrc.org>2002-02-15 10:12:28 +0000
committerskrll <skrll@pkgsrc.org>2002-02-15 10:12:28 +0000
commit08bdd44549284c310d01f61b15936669a2f75753 (patch)
treed8c5da963aaf61f579edc82f096cfa181c02c55b /www/haskell-cgi/PLIST
parent2d3b54203a3be6ac17d82606e631bd2cdb84308c (diff)
downloadpkgsrc-08bdd44549284c310d01f61b15936669a2f75753.tar.gz
mkdir -> ${MKDIR}
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
Diffstat (limited to 'www/haskell-cgi/PLIST')
-rw-r--r--www/haskell-cgi/PLIST4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/haskell-cgi/PLIST b/www/haskell-cgi/PLIST
index 0fa730a062a..b9a840dc9c8 100644
--- a/www/haskell-cgi/PLIST
+++ b/www/haskell-cgi/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2001/11/01 02:16:48 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:13:03 skrll Exp $
share/examples/hugs-cgi/Counter.cgi
share/examples/hugs-cgi/DownloadPapers.cgi
share/examples/hugs-cgi/EnvPassed.cgi
@@ -8,5 +8,5 @@ share/examples/hugs-cgi/HelloPlain.cgi
share/examples/hugs-cgi/README
share/examples/hugs-cgi/TODO
share/hugs/lib/CGI.lhs
-@unexec rmdir %D/share/hugs/lib 2>/dev/null || true
+@unexec ${RMDIR} %D/share/hugs/lib 2>/dev/null || true
@dirrm share/examples/hugs-cgi