aboutsummaryrefslogtreecommitdiff
path: root/www/plugger/pkg-install
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-05-04 14:53:54 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-05-04 14:53:54 +0000
commiteda1585e2dad1a8df485e508cc183273caf44bcf (patch)
tree346457ba9619840de231c43126195efadedbd4a9 /www/plugger/pkg-install
parente01a6f68f79bf089d8073588d263243af89f3fcf (diff)
- Update to 5.1.3
PR: ports/80605 Submitted by: Rob <lahaye@snu.ac.kr>
Notes
Notes: svn path=/head/; revision=134612
Diffstat (limited to 'www/plugger/pkg-install')
-rw-r--r--www/plugger/pkg-install8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/plugger/pkg-install b/www/plugger/pkg-install
index c8846c8c07e2..45d4b45ebeae 100644
--- a/www/plugger/pkg-install
+++ b/www/plugger/pkg-install
@@ -5,7 +5,7 @@
PKGNAME=$1
ACTION=$2
-FILES_DELETE="pluggerrc-5.1.2.old"
+FILES_DELETE="pluggerrc-5.1.3.old"
ETCDIR=${PKG_PREFIX}/etc
@@ -16,8 +16,8 @@ ECHO=/bin/echo
case "$ACTION" in
POST-INSTALL)
- if [ ! -f ${ETCDIR}/pluggerrc-5.1.2 ]; then
- ${CP} ${ETCDIR}/pluggerrc-5.1.2.sample ${ETCDIR}/pluggerrc-5.1.2
+ if [ ! -f ${ETCDIR}/pluggerrc-5.1.3 ]; then
+ ${CP} ${ETCDIR}/pluggerrc-5.1.3.sample ${ETCDIR}/pluggerrc-5.1.3
fi
;;
@@ -46,7 +46,7 @@ PRE-INSTALL)
POST-DEINSTALL)
${ECHO}
${ECHO} "If you are permanently removing this port,"
- ${ECHO} "you should do a ''rm -f ${ETCDIR}/pluggerrc-5.1.2''"
+ ${ECHO} "you should do a ''rm -f ${ETCDIR}/pluggerrc-5.1.3''"
${ECHO} "to remove it."
${ECHO}
;;