diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-07 16:08:02 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-07 16:08:02 +0000 |
commit | f25d8e66aab8149a43cbec8d2a50850fd96cf0e2 (patch) | |
tree | c3d04a765050491838193befe6527e1e2206baa7 /graphics/phpsview/Makefile | |
parent | f277476215f9907c37851bd660c9243b0292e575 (diff) | |
download | ports-f25d8e66aab8149a43cbec8d2a50850fd96cf0e2.tar.gz ports-f25d8e66aab8149a43cbec8d2a50850fd96cf0e2.zip |
Notes
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> |