diff options
author | asami <asami@FreeBSD.org> | 1997-12-09 05:20:18 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-12-09 05:20:18 +0000 |
commit | 4c411a26160db9703afe28677e4b38beab39403d (patch) | |
tree | 2e2177d8d3c0821e160f2032f38da77815cc1304 /net/macipgw | |
parent | c1883edd8cce5b0746338676e38a4efbfc77da7d (diff) | |
download | FreeBSD-ports-4c411a26160db9703afe28677e4b38beab39403d.zip FreeBSD-ports-4c411a26160db9703afe28677e4b38beab39403d.tar.gz |
No need to define NO_PATCH -- the patch target won't do anything if
there is no patch. ;)
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 d962ca6..f7dd9cc 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> |