diff options
author | asami <asami@FreeBSD.org> | 1995-09-26 18:19:32 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-09-26 18:19:32 +0800 |
commit | c58ebac838efec02618e89da7a3b9d3d9a74f3ae (patch) | |
tree | e1f6867cf5f8c3f9e1a4653addc1e3bb5969402b /net | |
parent | f4eef6a6b3ca38e8d345d2adb05c5c33070071ea (diff) | |
download | freebsd-ports-gnome-c58ebac838efec02618e89da7a3b9d3d9a74f3ae.tar.gz freebsd-ports-gnome-c58ebac838efec02618e89da7a3b9d3d9a74f3ae.tar.zst freebsd-ports-gnome-c58ebac838efec02618e89da7a3b9d3d9a74f3ae.zip |
Add "WRKSRC=${WRKDIR}/gated" to make this thing actually compile.
Diffstat (limited to 'net')
-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> |