aboutsummaryrefslogtreecommitdiff
path: root/mail/sympa/pkg-install
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2004-03-16 22:06:04 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2004-03-16 22:06:04 +0000
commit0cc9f05aa75ed2bc10043d62adeacad186c77c94 (patch)
treec5cc3bf70777936eef4f2843e712f3fd8210e93f /mail/sympa/pkg-install
parenta4209ed25df1593b7911a55ead34f987b3d47331 (diff)
downloadports-0cc9f05aa75ed2bc10043d62adeacad186c77c94.tar.gz
ports-0cc9f05aa75ed2bc10043d62adeacad186c77c94.zip
bento reported that amd64 built incorrectly; kris@
suggested that changing HAS_CONFIGURE to GNU_CONFIGURE will fix it. also, etc/rc.d/sympa.sh was disabled and now works. PR: ports/64340 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=104215
Diffstat (limited to 'mail/sympa/pkg-install')
-rw-r--r--mail/sympa/pkg-install4
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/sympa/pkg-install b/mail/sympa/pkg-install
index 037816623aec..3bf3e5292d11 100644
--- a/mail/sympa/pkg-install
+++ b/mail/sympa/pkg-install
@@ -2,6 +2,10 @@
# $FreeBSD$
#
+if [ "$2" = "POST-INSTALL" ]; then
+ mv ${PKG_PREFIX}/etc/rc.d/sympa ${PKG_PREFIX}/etc/rc.d/sympa.sh 2>/dev/null
+fi
+
if [ "$2" != "PRE-INSTALL" ]; then
exit 0
fi