diff options
Diffstat (limited to 'graphics/phpsview/Makefile')
-rw-r--r-- | graphics/phpsview/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/phpsview/Makefile b/graphics/phpsview/Makefile index 47b7470a730a..2971f5fe2454 100644 --- a/graphics/phpsview/Makefile +++ b/graphics/phpsview/Makefile @@ -46,4 +46,7 @@ do-install: @(cd ${INSTALL_WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} Makefile.${component} ${MAKE_ARGS} ${INSTALL_TARGET}) .endfor +post-install: + @${CAT} ${PKGMESSAGE} + .include <bsd.port.mk> |