summaryrefslogtreecommitdiff
path: root/databases/postgresql-server
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 /databases/postgresql-server
parent2d3b54203a3be6ac17d82606e631bd2cdb84308c (diff)
downloadpkgsrc-08bdd44549284c310d01f61b15936669a2f75753.tar.gz
mkdir -> ${MKDIR}
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
Diffstat (limited to 'databases/postgresql-server')
-rw-r--r--databases/postgresql-server/PLIST4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql-server/PLIST b/databases/postgresql-server/PLIST
index 2c89af1ea64..da1135b4623 100644
--- a/databases/postgresql-server/PLIST
+++ b/databases/postgresql-server/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:12:41 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:34 skrll Exp $
bin/postgres
bin/postmaster
etc/rc.d/pgsql
@@ -11,4 +11,4 @@ share/postgresql/pg_ident.conf.sample
share/postgresql/postgresql.conf.sample
share/postgresql/template1.bki
share/postgresql/template1.description
-@unexec rmdir -p %D/share/postgresql 2>/dev/null || true
+@unexec ${RMDIR} -p %D/share/postgresql 2>/dev/null || true