Skip to content

Commit

Permalink
Submitted by: blb@
Browse files Browse the repository at this point in the history
Reviewed by: matt@
Approved by: matt@

Updated to 1.3.1
Patch for configure no longer needed. Removing it.
Thanks Bryan!

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@10205 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
Matt Anton committed Jan 4, 2005
1 parent dbfb00a commit a1ee65b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 20 deletions.
15 changes: 6 additions & 9 deletions multimedia/mpgtx/Portfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# $Id: Portfile,v 1.1 2003/12/31 17:13:46 matt Exp $
# $Id: Portfile,v 1.2 2005/01/04 11:55:01 matt Exp $

PortSystem 1.0
name mpgtx
version 1.3
version 1.3.1
categories multimedia
platforms darwin
maintainers matt@opendarwin.org
Expand All @@ -21,13 +21,10 @@ long_description The MPEG ToolboX can currently split and join MPEG-1 \

master_sites sourceforge

extract.suffix .tgz
checksums md5 d628060aa04ad3b40a175bf35f5167cf

checksums md5 209a25eb7563ad4c4eb2948c783f123a

patchfiles patch-configure.diff

configure.args --parachute
configure.args --parachute \
--manprefix=${prefix}/share

post-configure { reinplace "s|${prefix}|${destroot}${prefix}|g" \
${worksrcpath}/Makefile
Expand All @@ -41,6 +38,6 @@ build.target {}

post-destroot { file mkdir ${destroot}${prefix}/share/doc/${name}
file copy ${worksrcpath}/AUTHORS ${worksrcpath}/README \
${destroot}${prefix}/share/doc/${name}
${destroot}${prefix}/share/doc/${name}
}

11 changes: 0 additions & 11 deletions multimedia/mpgtx/files/patch-configure.diff

This file was deleted.

0 comments on commit a1ee65b

Please sign in to comment.