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 /textproc/wdiff | |
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 'textproc/wdiff')
-rw-r--r-- | textproc/wdiff/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/textproc/wdiff/Makefile b/textproc/wdiff/Makefile index 6bb17bf..5729f66 100644 --- a/textproc/wdiff/Makefile +++ b/textproc/wdiff/Makefile @@ -21,7 +21,4 @@ MAN1= wdiff.1 INFO= wdiff PLIST_FILES= bin/wdiff -post-install: - @install-info ${PREFIX}/${INFO_PATH}/wdiff.info ${PREFIX}/${INFO_PATH}/dir - .include <bsd.port.mk> |