diff options
Diffstat (limited to 'misc/hello/Makefile')
-rw-r--r-- | misc/hello/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/misc/hello/Makefile b/misc/hello/Makefile index ec0a943a0298..6bb6d6c80e9d 100644 --- a/misc/hello/Makefile +++ b/misc/hello/Makefile @@ -18,4 +18,9 @@ WRKSRC= ${WRKDIR}/hello-1.3 GNU_CONFIGURE= YES +post-install: + @install-info --dir-file=${PREFIX}/info/dir \ + --entry="* Hello: (hello). Hello Reference Manual." \ + ${PREFIX}/info/hello.info + .include <bsd.port.mk> |