most recent changes, diff for unzoo
Index: archivers/unzoo/Portfile
--- archivers/unzoo/Portfile (revision 28984)
+++ archivers/unzoo/Portfile (revision 28985)
@@ -22,12 +22,11 @@
sha1 9f1d0193492276bd0f59a48d720ab6092c6d4a0f \
rmd160 fd8e0c97e22adfc8fefd6f8d1b70d8ca53b234f3
-# Dummy configure to enable universal variant
-configure {}
+use_configure no
build {
- cd ${worksrcpath}
- system "gcc [join ${configure.cflags} " "] -DSYS_IS_UNIX unzoo.c -o unzoo"
+ system "cd ${worksrcpath} && \
+ gcc [join ${configure.cflags} " "] -DSYS_IS_UNIX unzoo.c -o unzoo"
}
destroot {
@@ -35,3 +34,5 @@
xinstall -m 0444 ${worksrcpath}/unzoo.1 ${destroot}${prefix}/share/man/man1
}
+variant universal {}
+