diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2006-09-14 06:50:46 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2006-09-14 06:50:46 +0000 |
commit | b1579fbe5883147aa875f48390ed022ae23e3e53 (patch) | |
tree | c5640bde8d537a513625d98de776e98c18ce42f6 /ports-mgmt | |
parent | c59bcf0778784e70f28592d24c3bdfdc04331b5d (diff) | |
download | ports-b1579fbe5883147aa875f48390ed022ae23e3e53.tar.gz ports-b1579fbe5883147aa875f48390ed022ae23e3e53.zip |
Notes
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/portmk/Mk/bsd.port.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports-mgmt/portmk/Mk/bsd.port.mk b/ports-mgmt/portmk/Mk/bsd.port.mk index 5ddf8cecaf21..3d1bd20e0c40 100644 --- a/ports-mgmt/portmk/Mk/bsd.port.mk +++ b/ports-mgmt/portmk/Mk/bsd.port.mk @@ -1304,6 +1304,7 @@ DISTNAME?= ${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION:C/:(.)/\1/g}${DISTVERSI # tree we are and thus can't go relative. They can, of course, be overridden # by individual Makefiles or local system make configuration. PORTSDIR?= /usr/ports +DEVELPORTSDIR?= ${PORTSDIR}/devel/portmk LOCALBASE?= /usr/local X11BASE?= /usr/X11R6 LINUXBASE?= /compat/linux |