aboutsummaryrefslogtreecommitdiff
path: root/sysutils
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
parentc92cd658645286c7b4483aad14dfa79eba6526cf (diff)
downloadports-fd3176ded725ad9bbf20f819c7c7b9c2ddd8fbf6.tar.gz
ports-fd3176ded725ad9bbf20f819c7c7b9c2ddd8fbf6.zip
Notes
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/coreutils/Makefile7
-rw-r--r--sysutils/pv/Makefile1
-rw-r--r--sysutils/stow/Makefile3
3 files changed, 1 insertions, 10 deletions
diff --git a/sysutils/coreutils/Makefile b/sysutils/coreutils/Makefile
index fdc5c39af671..af98a1bd9e71 100644
--- a/sysutils/coreutils/Makefile
+++ b/sysutils/coreutils/Makefile
@@ -53,8 +53,6 @@ MAN1= gbasename.1 gcat.1 gchgrp.1 gchmod.1 gchown.1 gchroot.1 gcksum.1 \
gunexpand.1 guniq.1 gunlink.1 guptime.1 gusers.1 gvdir.1 \
gwc.1 gwho.1 gwhoami.1 gyes.1
-INSTALL_INFO?= install-info
-
post-patch:
.if !defined(WITH_SUID)
@${REINPLACE_CMD} -e "s/u\+s/u\+w/g" ${WRKSRC}/src/Makefile.in
@@ -63,9 +61,6 @@ post-patch:
post-build:
@${REINPLACE_CMD} -e "s/ lib / /g" ${WRKSRC}/Makefile
-post-install: install-info
-
-install-info:
- @${INSTALL_INFO} ${PREFIX}/info/${PORTNAME}.info ${PREFIX}/info/dir
+post-install:
.include <bsd.port.mk>
diff --git a/sysutils/pv/Makefile b/sysutils/pv/Makefile
index a9c55def0f41..94f900dbfd91 100644
--- a/sysutils/pv/Makefile
+++ b/sysutils/pv/Makefile
@@ -31,7 +31,6 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pv ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/doc/quickref.1 ${PREFIX}/man/man1/pv.1
${INSTALL_MAN} ${WRKSRC}/doc/pv.info ${PREFIX}/info
- install-info ${PREFIX}/info/pv.info ${PREFIX}/info/dir
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
cd ${WRKSRC}/doc && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
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>