Skip to content

Commit

Permalink
Fix build.target.install line to actually work.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@1555 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
Jordan K. Hubbard committed Jan 4, 2003
1 parent f6573c4 commit 5004971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devel/popt/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ depends_lib lib:libintl.1:gettext

configure.args --mandir=${prefix}/share/man

build.target.install install DESTDIR=${destdir} \
build.target.install install DESTDIR=${prefix} \
localedir=${prefix}/share/locale

checksums md5 5988e7aeb0ae4dac8d83561265984cc9

0 comments on commit 5004971

Please sign in to comment.