diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-09-26 10:19:32 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-09-26 10:19:32 +0000 |
commit | ed2c33e67ada9ed13a59f5b58f823da1a6986ef0 (patch) | |
tree | d602196d2f63ba504ff35c3add485a738cd4c02e | |
parent | Upgrade, 3.1.3 -> 3.1.4. (diff) |
Add "WRKSRC=${WRKDIR}/gated" to make this thing actually compile.
Notes
Notes:
svn path=/head/; revision=2199
-rw-r--r-- | net/gated/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/gated/Makefile b/net/gated/Makefile index 3796b758b6a8..f6c3c06e25fb 100644 --- a/net/gated/Makefile +++ b/net/gated/Makefile @@ -3,7 +3,7 @@ # Date created: 29 October 1994 # Whom: pst # -# $Id: Makefile,v 1.5 1995/06/24 00:14:22 ache Exp $ +# $Id: Makefile,v 1.6 1995/09/23 17:51:37 ache Exp $ # DISTNAME= gated-r3_5alpha_11 @@ -11,6 +11,7 @@ PKGNAME= gated-3.5a11 CATEGORIES+= networking MASTER_SITES= ftp://ftp.gated.merit.edu/net-research/gated/ +WRKSRC= ${WRKDIR}/gated ALL_TARGET= gated .include <bsd.port.mk> |