diff options
author | asami <asami@FreeBSD.org> | 1995-04-16 07:56:29 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-16 07:56:29 +0800 |
commit | 08ed5ca1a327da6eddae7134cdee27cee4fce1a3 (patch) | |
tree | f0bc0105f3b08354ca651096668e3d9f61e23653 /Mk | |
parent | aaad32c8d0ba8454f57bffaa25eb882c03f536c3 (diff) | |
download | freebsd-ports-gnome-08ed5ca1a327da6eddae7134cdee27cee4fce1a3.tar.gz freebsd-ports-gnome-08ed5ca1a327da6eddae7134cdee27cee4fce1a3.tar.zst freebsd-ports-gnome-08ed5ca1a327da6eddae7134cdee27cee4fce1a3.zip |
Yikes...typo (.package/ should have been .packages/).
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.port.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 742fa3f99cd3..471153849b62 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -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} |