diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-02-05 02:08:46 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-02-05 02:08:46 +0000 |
commit | 417303006fedd3c7ee8233951d89de91aaf48dfd (patch) | |
tree | eb9b7210dc5772607e882dcf15bbc88df805f107 /ports-mgmt | |
parent | 5955abd3893cad58ce7ecfde6c9f6787e614f912 (diff) | |
download | ports-417303006fedd3c7ee8233951d89de91aaf48dfd.tar.gz ports-417303006fedd3c7ee8233951d89de91aaf48dfd.zip |
Notes
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/portmk/Mk/bsd.port.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports-mgmt/portmk/Mk/bsd.port.mk b/ports-mgmt/portmk/Mk/bsd.port.mk index 43fe23f3e2d9..b9ccfbd72dae 100644 --- a/ports-mgmt/portmk/Mk/bsd.port.mk +++ b/ports-mgmt/portmk/Mk/bsd.port.mk @@ -1339,7 +1339,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 +DEVELPORTSDIR?= ${PORTSDIR}/ports-mgmt/portmk LOCALBASE?= /usr/local X11BASE?= /usr/X11R6 LINUXBASE?= /compat/linux @@ -1761,7 +1761,7 @@ EXTRACT_DEPENDS+= unzip:${PORTSDIR}/archivers/unzip BUILD_DEPENDS+= gmake:${PORTSDIR}/devel/gmake CONFIGURE_ENV+= MAKE=${GMAKE} # note: the next line is from 86106 which says: "It needs more investigation. -# We will keep it in devel/portmk for further tests." +# We will keep it in ports-mgmt/portmk for further tests." MAKE_ENV+= CC="${CC}" CXX="${CXX}" .endif |