diff options
Diffstat (limited to 'graphics/netshow/Makefile')
-rw-r--r-- | graphics/netshow/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/netshow/Makefile b/graphics/netshow/Makefile index a24ae779b818..f363019013ca 100644 --- a/graphics/netshow/Makefile +++ b/graphics/netshow/Makefile @@ -38,6 +38,6 @@ do-install: ${INSTALL} -c -o bin -g bin -m 555 ${WRKDIR}/netshow ${PREFIX}/bin/netshow post-install: - @${CAT} ${PKGDIR}/MESSAGE + @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> |