diff options
Diffstat (limited to 'sysutils/stow/Makefile')
-rw-r--r-- | sysutils/stow/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sysutils/stow/Makefile b/sysutils/stow/Makefile index da6198f0a69..2a1d3035b57 100644 --- a/sysutils/stow/Makefile +++ b/sysutils/stow/Makefile @@ -23,11 +23,8 @@ USE_PERL5= yes PLIST_FILES= bin/stow INFO= stow -INSTALL_INFO?= install-info - do-install: ${INSTALL_SCRIPT} ${WRKSRC}/stow ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/stow.info ${PREFIX}/info - @${INSTALL_INFO} ${PREFIX}/info/stow.info ${PREFIX}/info/dir .include <bsd.port.mk> |