diff --git a/infrastructure/package/check-plist b/infrastructure/package/check-plist index 4f27f6c700e..2840ab92868 100755 --- a/infrastructure/package/check-plist +++ b/infrastructure/package/check-plist @@ -1,6 +1,6 @@ #!/bin/sh -# $OpenBSD: check-plist,v 1.2 2001/04/22 16:16:42 espie Exp $ +# $OpenBSD: check-plist,v 1.3 2001/10/06 01:09:08 naddy Exp $ # Copyright (c) 2001 # Marc Espie. All rights reserved. # Redistribution and use in source and binary forms, with or without @@ -50,7 +50,7 @@ cd ${PORTSDIR} make ECHO_MSG='echo >&2' SUBDIRLIST=$initial show=FULLPKGPATH >$trimmed make ECHO_MSG='echo >&2' SUBDIRLIST=$trimmed package-dir-depends >$depends tsort -h $trimmed -r $depends >$list -make ECHO_MSG='echo >&2' show=FULLPKGNAME SUBDIRLIST=$list|sed -e 's,$,.tgz,' >$packages +make ECHO_MSG='echo >&2' show='FULLPKGNAME${SUBPACKAGE}' SUBDIRLIST=$list|sed -e 's,$,.tgz,' >$packages echo "Packages with distribution problems:" echo "------------------------------------" make ECHO_MSG='echo -n' show=PERMIT_PACKAGE_CDROM SUBDIRLIST=$list|\