diff options
Diffstat (limited to 'print/ghostview/Makefile')
-rw-r--r-- | print/ghostview/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/ghostview/Makefile b/print/ghostview/Makefile index f297c30a420b..5379462f54d3 100644 --- a/print/ghostview/Makefile +++ b/print/ghostview/Makefile @@ -17,6 +17,6 @@ USE_IMAKE= yes MAN1= ghostview.1 post-install: - @${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL + @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL .include <bsd.port.mk> |