diff options
author | steve <steve@FreeBSD.org> | 1999-12-30 04:04:11 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-12-30 04:04:11 +0000 |
commit | 629e191a838f2a79c175dd016ffc1d07471229f2 (patch) | |
tree | 72726606e0d4a0a563a1fdbf5e5f6027353bf501 /misc/hello/Makefile | |
parent | e155eaa94cbe3bd54d2a39f9c5cfe0fbfd9423c1 (diff) | |
download | FreeBSD-ports-629e191a838f2a79c175dd016ffc1d07471229f2.zip FreeBSD-ports-629e191a838f2a79c175dd016ffc1d07471229f2.tar.gz |
Honor CFLAGS and get the install-info incantation correct in both the
package and the Makefile.
Noticed by: asami
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 ec0a943..6bb6d6c 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> |