diff options
Diffstat (limited to 'sysutils/upsmon/Makefile')
-rw-r--r-- | sysutils/upsmon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/upsmon/Makefile b/sysutils/upsmon/Makefile index 4e29692597b3..59e19a186230 100644 --- a/sysutils/upsmon/Makefile +++ b/sysutils/upsmon/Makefile @@ -29,6 +29,6 @@ do-install: .endif post-install: - ${SED} -e 's#/usr/local#${PREFIX}#' ${PKGDIR}/MESSAGE + ${SED} -e 's#/usr/local#${PREFIX}#' ${PKGMESSAGE} .include <bsd.port.mk> |