summaryrefslogtreecommitdiff
path: root/sysutils/stow
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2005-12-05 02:34:07 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2005-12-05 02:34:07 +0000
commitfd3176ded725ad9bbf20f819c7c7b9c2ddd8fbf6 (patch)
treee71361bd9b444ba7023f9cd67d84c57b9e62eead /sysutils/stow
parentRemove install-info from Makefile, it's automatically done when INFO is defined (diff)
Remove install-info from Makefile, it's automatically done when INFO is defined
Notes
Notes: svn path=/head/; revision=150432
Diffstat (limited to 'sysutils/stow')
-rw-r--r--sysutils/stow/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/sysutils/stow/Makefile b/sysutils/stow/Makefile
index da6198f0a692..2a1d3035b573 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>