diff options
author | jkh <jkh@FreeBSD.org> | 1994-09-11 20:06:34 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-09-11 20:06:34 +0800 |
commit | 28542e4ef505831981e6f9a95cb1b9925e972c87 (patch) | |
tree | b39c16729df75750f5914cb7f715c0f59cd4ed85 /Mk | |
parent | 245f703dcbe96de89fcdcf05ba0bc956040d68fd (diff) | |
download | freebsd-ports-gnome-28542e4ef505831981e6f9a95cb1b9925e972c87.tar.gz freebsd-ports-gnome-28542e4ef505831981e6f9a95cb1b9925e972c87.tar.zst freebsd-ports-gnome-28542e4ef505831981e6f9a95cb1b9925e972c87.zip |
Whoops, forgot to stop this lurking typo, too.
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.port.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index a58cbb58d6de..a05f51678a0f 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -3,7 +3,7 @@ # bsd.port.mk - 940820 Jordan K. Hubbard. # This file is in the public domain. # -# $Id: bsd.port.mk,v 1.30 1994/09/10 22:26:47 jkh Exp $ +# $Id: bsd.port.mk,v 1.31 1994/09/11 12:01:05 jkh Exp $ # # Please view me with 4 column tabs! @@ -83,7 +83,6 @@ PORTSDIR?= /usr/ports DISTDIR?= ${PORTSDIR}/distfiles PACKAGES?= ${PORTSDIR}/packages -HOME WRKDIR?= ${.CURDIR}/work .if defined(NO_WRKSUBDIR) WRKSRC?= ${WRKDIR} |