diff options
Diffstat (limited to 'security/logcheck/Makefile')
-rw-r--r-- | security/logcheck/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/logcheck/Makefile b/security/logcheck/Makefile index d012523bc3d6..0a172704913f 100644 --- a/security/logcheck/Makefile +++ b/security/logcheck/Makefile @@ -15,7 +15,7 @@ MAINTAINER= ports@freebsddiary.org PKGMESSAGE= ${WRKDIR}/MESSAGE post-build: - @${SED} -e 's,%%PREFIX%%,${PREFIX},g' ${PKGDIR}/MESSAGE > ${PKGMESSAGE} + @${SED} -e 's,%%PREFIX%%,${PREFIX},g' ${PKGDIR}/pkg-message > ${PKGMESSAGE} post-install: @${CAT} ${PKGMESSAGE} |