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 /x11-wm | |
parent | c92cd658645286c7b4483aad14dfa79eba6526cf (diff) |
Remove install-info from Makefile, it's automatically done when INFO is defined
Notes
Notes:
svn path=/head/; revision=150432
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/plwm/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/x11-wm/plwm/Makefile b/x11-wm/plwm/Makefile index 8c047bc708c0..f975e82c3e76 100644 --- a/x11-wm/plwm/Makefile +++ b/x11-wm/plwm/Makefile @@ -24,6 +24,5 @@ GNU_CONFIGURE= yes pre-install: makeinfo -o ${PREFIX}/info/plwm.info ${WRKSRC}/doc/plwm.texi - install-info --section=X11 ${PREFIX}/info/plwm.info ${PREFIX}/info/dir .include <bsd.port.mk> |