diff options
Diffstat (limited to 'net/cap/Makefile')
-rw-r--r-- | net/cap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/cap/Makefile b/net/cap/Makefile index 5c61144dabde..4c00081b6656 100644 --- a/net/cap/Makefile +++ b/net/cap/Makefile @@ -100,6 +100,6 @@ post-install: @${LN} -fs ${PREFIX}/man/man3/CAP.3${GZ} ${PREFIX}/man/man3/${f}.3${GZ} .endfor @${LN} -fs ${PREFIX}/man/man8/papif.8${GZ} ${PREFIX}/man/man8/papof.8${GZ} - @${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL + @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL .include "bsd.port.mk" |