diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-04-18 10:17:01 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-04-18 10:17:01 +0000 |
commit | 202a746ed7bbc3c0bb0b4184cbfdc3bfc2019ac9 (patch) | |
tree | 5778bdff4d2f8eda8b98582f14507caf3cb7aa81 /archivers | |
parent | 1b11de81706c8ee6e33d4c2ccbafea00e4cd8df1 (diff) | |
download | ports-202a746ed7bbc3c0bb0b4184cbfdc3bfc2019ac9.tar.gz ports-202a746ed7bbc3c0bb0b4184cbfdc3bfc2019ac9.zip |
Notes
Diffstat (limited to 'archivers')
-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 21c1f30ca7f0..e4353d219ab5 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> - |