most recent changes, diff for arj
Index: archivers/arj/Portfile
--- archivers/arj/Portfile (revision 33434)
+++ archivers/arj/Portfile (revision 33435)
@@ -11,15 +11,13 @@
master_sites sourceforge:arj
checksums md5 f263bf3cf6d42a8b7e85b4fb514336d3
depends_build port:autoconf
+depends_lib port:libtool
use_autoconf yes
autoconf.dir gnu
configure.dir ${autoconf.dir}
-# Hack: copy Xcode-provided config.guess and config.sub into source tree so that
-# it can properly guess the system type
post-extract {
- copy -force /usr/share/libtool/config.guess ${worksrcpath}/${autoconf.dir}
- copy -force /usr/share/libtool/config.sub ${worksrcpath}/${autoconf.dir}
+ copy -force ${prefix}/share/libtool/config.guess ${prefix}/share/libtool/config.sub ${worksrcpath}/${autoconf.dir}
}
patchfiles patch-conifgure.in patch-environ.c patch-makefile.in patch-postproc.c patch-uxspec.c