Skip to content

Commit

Permalink
Install staratup script with executable permissions
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@14434 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
jdberry committed Oct 6, 2005
1 parent 82f441d commit 0ef313f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions www/apache2/Portfile
@@ -1,9 +1,9 @@
# $Id: Portfile,v 1.27 2005/09/07 16:19:58 jberry Exp $
# $Id: Portfile,v 1.28 2005/10/06 03:00:20 jberry Exp $

PortSystem 1.0
name apache2
version 2.0.54
revision 2
revision 3
categories www
maintainers james@imajes.info
description The extremely popular second version of the Apache http server
Expand Down Expand Up @@ -69,8 +69,8 @@ post-destroot {
set rcDir ${destroot}${prefix}/etc/rc.d
set rcFile ${name}.sh

file mkdir ${rcDir}
file copy -force ${filespath}/${rcFile} ${rcDir}/${rcFile}
xinstall -m 755 -d ${rcDir}
xinstall -m 755 ${filespath}/${rcFile} ${rcDir}
reinplace "s|@@PREFIX@@|${prefix}|g" ${rcDir}/${rcFile}

# fix libtool path
Expand Down

0 comments on commit 0ef313f

Please sign in to comment.