diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-12-09 05:20:18 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-12-09 05:20:18 +0000 |
commit | 9b537b322fc56588382de0b10792cadf662745ab (patch) | |
tree | aab2e1484a1f5ea3c00d32b00f6ad09c6108371d /net/macipgw | |
parent | e6b652e877b0a50bd8edc3f463ab29e114b7ae64 (diff) |
Notes
Diffstat (limited to 'net/macipgw')
-rw-r--r-- | net/macipgw/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/macipgw/Makefile b/net/macipgw/Makefile index d962ca6d7d8b..f7dd9cc5a80a 100644 --- a/net/macipgw/Makefile +++ b/net/macipgw/Makefile @@ -3,7 +3,7 @@ # Date created: 25 Nov 1997 # Whom: stb # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/12/04 20:12:56 stb Exp $ # DISTNAME= macipgw-1.0 @@ -16,6 +16,4 @@ BUILD_DEPENDS= ${PREFIX}/lib/libatalk.a:${PORTSDIR}/net/netatalk \ ${PREFIX}/include/atalk/ddp.h:${PORTSDIR}/net/netatalk RUN_DEPENDS= ${PREFIX}/libexec/atalkd:${PORTSDIR}/net/netatalk -NO_PATCH= yes - .include <bsd.port.mk> |