diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-05 02:34:07 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-05 02:34:07 +0000 |
commit | fd3176ded725ad9bbf20f819c7c7b9c2ddd8fbf6 (patch) | |
tree | e71361bd9b444ba7023f9cd67d84c57b9e62eead /sysutils/coreutils | |
parent | c92cd658645286c7b4483aad14dfa79eba6526cf (diff) | |
download | ports-fd3176ded725ad9bbf20f819c7c7b9c2ddd8fbf6.tar.gz ports-fd3176ded725ad9bbf20f819c7c7b9c2ddd8fbf6.zip |
Remove install-info from Makefile, it's automatically done when INFO is defined
Notes
Notes:
svn path=/head/; revision=150432
Diffstat (limited to 'sysutils/coreutils')
-rw-r--r-- | sysutils/coreutils/Makefile | 7 |
1 files changed, 1 insertions, 6 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> |