diff options
author | jkh <jkh@FreeBSD.org> | 1995-04-22 00:05:46 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-04-22 00:05:46 +0000 |
commit | 1ad88b7a26e351d3729fcebba2a05e87f4eb22f2 (patch) | |
tree | 3b4d17abee8eac14041de5fa79cdfccbe7d4c834 /Mk | |
parent | 950b85185a0979ff2d4003ee97a9d5a07390a1d2 (diff) | |
download | FreeBSD-ports-1ad88b7a26e351d3729fcebba2a05e87f4eb22f2.zip FreeBSD-ports-1ad88b7a26e351d3729fcebba2a05e87f4eb22f2.tar.gz |
Typo: patch -> package
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 0c70b41..7376e74 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.144 1995/04/20 18:03:02 asami Exp $ +# $Id: bsd.port.mk,v 1.145 1995/04/22 00:01:26 jkh Exp $ # # Please view me with 4 column tabs! @@ -1050,7 +1050,7 @@ describe: .if !target(fake-pkg) .if !defined(NO_PACKAGE) fake-pkg: - @if [ ! -f ${PKGDIR}/PLIST -o ! -f ${PKGDIR}/COMMENT -o ! -f ${PKGDIR}/DESCR ]; then echo "** Missing patch files for ${PKGNAME} - installation not recorded."; exit 1; fi + @if [ ! -f ${PKGDIR}/PLIST -o ! -f ${PKGDIR}/COMMENT -o ! -f ${PKGDIR}/DESCR ]; then echo "** Missing package files for ${PKGNAME} - installation not recorded."; exit 1; fi @if [ ! -d ${PKG_DBDIR} ]; then rm -f ${PKG_DBDIR}; mkdir -p ${PKG_DBDIR}; fi @if [ ! -d ${PKG_DBDIR}/${PKGNAME} ]; then \ ${ECHO_MSG} "===> Registering installation for ${PKGNAME}"; \ |