diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-07-22 06:40:58 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-07-22 06:40:58 +0000 |
commit | 9b5325f63da7c8d330c1c0dc65f373af6ddc62a2 (patch) | |
tree | f601fc63beff97dca7e690b785e8b9d7b81e4a3b /ports-mgmt/portmk | |
parent | fb8bbd5974824deae0fb28d8798aa0416608e80d (diff) | |
download | ports-9b5325f63da7c8d330c1c0dc65f373af6ddc62a2.tar.gz ports-9b5325f63da7c8d330c1c0dc65f373af6ddc62a2.zip |
Notes
Diffstat (limited to 'ports-mgmt/portmk')
-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 |