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 /textproc/wdiff/Makefile | |
parent | Remove install-info from Makefile, it's automatically done when INFO is defined (diff) |
Remove install-info from Makefile, it's automatically done when INFO is defined
Notes
Notes:
svn path=/head/; revision=150432
Diffstat (limited to 'textproc/wdiff/Makefile')
-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 6bb17bff2775..5729f6689d40 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> |