summaryrefslogtreecommitdiff
path: root/net/macipgw
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-12-09 05:20:18 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-12-09 05:20:18 +0000
commit9b537b322fc56588382de0b10792cadf662745ab (patch)
treeaab2e1484a1f5ea3c00d32b00f6ad09c6108371d /net/macipgw
parentMark this port broken, it does not even patch. (diff)
No need to define NO_PATCH -- the patch target won't do anything if
there is no patch. ;)
Notes
Notes: svn path=/head/; revision=9037
Diffstat (limited to 'net/macipgw')
-rw-r--r--net/macipgw/Makefile4
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>