A small collection of utilities for playing with files, compressed or otherwise, from an Apple Macintosh. Fix: ftp://ftp.FreeBSD.ORG/pub/FreeBSD/incoming/macutils.tar.gz Please add this to the ports collection when/if you have a moment. If there are any problems please email me. Thanks, Joel...
State Changed From-To: open->closed Thanks, committed. === diff -ru macutils/Makefile macutils.new/Makefile --- macutils/Makefile Sun May 18 19:51:36 1997 +++ macutils.new/Makefile Tue Jun 3 20:38:07 1997 @@ -9,17 +9,15 @@ DISTNAME= macutils_2.0b3.orig PKGNAME= macutils-2.0b3 -EXTRACT_SUFX= .tar.gz CATEGORIES= emulators -MASTER_SITES= ftp://sunsite.anu.edu.au/pub/linux/distributions/debian/bo/source/misc/ +MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= distributions/debian/bo/source/otherosfs + +MAINTAINER= sutton@aardvark.apana.org.au WRKSRC= ${WRKDIR}/macutils-2.0b3.orig MAKEFILE= makefile -MAINTAINER= sutton@aardvark.apana.org.au - -# Directories and files -# MANDIR= ${PREFIX}/man/man BINDIR= ${PREFIX}/bin DOCDIR= ${PREFIX}/share/doc/macutils === Please use standard master sites whenever possible.