diff options
author | asami <asami@FreeBSD.org> | 1999-04-18 10:17:01 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-04-18 10:17:01 +0000 |
commit | c0525240ccd9f01c6c4dfed1af7d4b9a2f4248c6 (patch) | |
tree | 6d6b26a8b21e620594e9e1abea5dc2fff0194d56 | |
parent | 1727eac4445757dbcfa4271a6a67d8ce1468074a (diff) | |
download | FreeBSD-ports-c0525240ccd9f01c6c4dfed1af7d4b9a2f4248c6.zip FreeBSD-ports-c0525240ccd9f01c6c4dfed1af7d4b9a2f4248c6.tar.gz |
Remove unnecessary whitespace.
-rw-r--r-- | archivers/macutils/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/archivers/macutils/Makefile b/archivers/macutils/Makefile index 21c1f30..e4353d2 100644 --- a/archivers/macutils/Makefile +++ b/archivers/macutils/Makefile @@ -4,9 +4,9 @@ # Whom: Joel Sutton <sutton@aardvark.apana.org.au> # FreeBSD Version: 2.1.5-RELEASE # -# $Id: Makefile,v 1.2 1998/02/01 23:23:57 fenner Exp $ +# $Id: Makefile,v 1.3 1999/04/16 08:08:01 mharo Exp $ # - + DISTNAME= macutils_2.0b3.orig PKGNAME= macutils-2.0b3 CATEGORIES= emulators @@ -56,4 +56,3 @@ do-install: .endif .include <bsd.port.mk> - |