diff options
author | edwin <edwin@FreeBSD.org> | 2005-12-05 02:34:07 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-12-05 02:34:07 +0000 |
commit | d6277e1b90a3dd0618c3110ef941b9ddce9b4439 (patch) | |
tree | 1d3b9028224fc788065e7ca3151675be1b688547 /x11-wm | |
parent | 08a2fa82cd4f6588449b81c8534c42aba7fe2e0d (diff) | |
download | FreeBSD-ports-d6277e1b90a3dd0618c3110ef941b9ddce9b4439.zip FreeBSD-ports-d6277e1b90a3dd0618c3110ef941b9ddce9b4439.tar.gz |
Remove install-info from Makefile, it's automatically done when INFO is defined
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 8c047bc..f975e82 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> |