mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 12:28:58 +00:00
Yikes...typo (.package/ should have been .packages/).
This commit is contained in:
parent
67c54240cd
commit
825402c2ab
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=7866
@ -3,7 +3,7 @@
|
||||
# bsd.port.mk - 940820 Jordan K. Hubbard.
|
||||
# This file is in the public domain.
|
||||
#
|
||||
# $Id: bsd.port.mk,v 1.136 1995/04/09 15:00:56 jkh Exp $
|
||||
# $Id: bsd.port.mk,v 1.137 1995/04/10 08:09:21 jkh Exp $
|
||||
#
|
||||
# Please view me with 4 column tabs!
|
||||
|
||||
@ -268,7 +268,7 @@ CATEGORIES?= orphans
|
||||
CATEGORIES+= all
|
||||
KEYWORDS+= ${CATEGORIES}
|
||||
|
||||
PKGREPOSITORYSUBDIR?= .package
|
||||
PKGREPOSITORYSUBDIR?= .packages
|
||||
PKGREPOSITORY?= ${PACKAGES}/${PKGREPOSITORYSUBDIR}
|
||||
.if exists(${PACKAGES})
|
||||
PKGFILE?= ${PKGREPOSITORY}/${PKGNAME}${PKG_SUFX}
|
||||
|
Loading…
Reference in New Issue
Block a user