Skip to content

Commit

Permalink
Whoops - install the real pfe, not the temporary run wrapper
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@4318 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
Jordan K. Hubbard committed Dec 27, 2003
1 parent aa93789 commit 755e56c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lang/pfe/Portfile
@@ -1,4 +1,4 @@
# $Id: Portfile,v 1.1 2003/12/27 07:39:52 jkh Exp $
# $Id: Portfile,v 1.2 2003/12/27 20:40:02 jkh Exp $

PortSystem 1.0
name pfe
Expand All @@ -21,7 +21,7 @@ post-configure {

destroot {
global reldir
system "cp ${worksrcpath}/Release/${reldir}/pfe/pfe ${destroot}${prefix}/bin"
system "cp ${worksrcpath}/Release/${reldir}/pfe/pfe ${destroot}${prefix}/bin"
system "cp ${worksrcpath}/Release/${reldir}/pfe/.libs/pfe ${destroot}${prefix}/bin"
system "cp ${worksrcpath}/Release/${reldir}/pfe/.libs/*.dylib ${destroot}${prefix}/lib"
system "cp ${worksrcpath}/Release/${reldir}/pfe/pfe.1 ${destroot}${prefix}/share/man/man1"
}

0 comments on commit 755e56c

Please sign in to comment.