diff options
author | thorpej <thorpej> | 1997-09-25 19:09:32 +0000 |
---|---|---|
committer | thorpej <thorpej> | 1997-09-25 19:09:32 +0000 |
commit | f6935cd82e640ae6ecfab9a00786e8f3a25de15c (patch) | |
tree | 61a4b5df000a9abcd0c42f0bc8514ed971bf89f2 /mk/bsd.pkg.subdir.mk | |
parent | cb96b74c46d7b0b75fa6d4d09b0df069c46388a7 (diff) | |
download | pkgsrc-f6935cd82e640ae6ecfab9a00786e8f3a25de15c.tar.gz |
/usr/pkg/src -> /usr/pkgsrc (per discussion w/ agc)
Diffstat (limited to 'mk/bsd.pkg.subdir.mk')
-rw-r--r-- | mk/bsd.pkg.subdir.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.subdir.mk b/mk/bsd.pkg.subdir.mk index 3577d063e1e..14b03abd354 100644 --- a/mk/bsd.pkg.subdir.mk +++ b/mk/bsd.pkg.subdir.mk @@ -1,6 +1,6 @@ # from: @(#)bsd.subdir.mk 5.9 (Berkeley) 2/1/91 # Id: bsd.port.subdir.mk,v 1.19 1997/03/09 23:10:56 wosch Exp -# $NetBSD: bsd.pkg.subdir.mk,v 1.2 1997/08/20 10:51:40 agc Exp $ +# $NetBSD: bsd.pkg.subdir.mk,v 1.3 1997/09/25 19:09:35 thorpej Exp $ # # The include file <bsd.port.subdir.mk> contains the default targets # for building ports subdirectories. @@ -109,7 +109,7 @@ readme: .endif .if (${OPSYS} == "NetBSD") -PORTSDIR ?= /usr/pkg/src +PORTSDIR ?= /usr/pkgsrc .else PORTSDIR ?= /usr/ports .endif |