diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-07-22 14:40:58 +0800 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-07-22 14:40:58 +0800 |
commit | 9b5325f63da7c8d330c1c0dc65f373af6ddc62a2 (patch) | |
tree | f601fc63beff97dca7e690b785e8b9d7b81e4a3b /ports-mgmt | |
parent | fb8bbd5974824deae0fb28d8798aa0416608e80d (diff) | |
download | freebsd-ports-gnome-9b5325f63da7c8d330c1c0dc65f373af6ddc62a2.tar.gz freebsd-ports-gnome-9b5325f63da7c8d330c1c0dc65f373af6ddc62a2.tar.zst freebsd-ports-gnome-9b5325f63da7c8d330c1c0dc65f373af6ddc62a2.zip |
Add back the DEVELPORTSDIR definition, which was lost in the last merge.
This, um, turned off the portmk functionality.
Pointy hat to: linimon
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 781c85d220bf..526cf5a1b652 100644 --- a/ports-mgmt/portmk/Mk/bsd.port.mk +++ b/ports-mgmt/portmk/Mk/bsd.port.mk @@ -1401,6 +1401,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}/ports-mgmt/portmk LOCALBASE?= /usr/local X11BASE?= ${LOCALBASE} LINUXBASE?= /compat/linux |