summaryrefslogtreecommitdiffstats
path: root/misc/hello/Makefile
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-12-30 04:04:11 +0000
committersteve <steve@FreeBSD.org>1999-12-30 04:04:11 +0000
commit629e191a838f2a79c175dd016ffc1d07471229f2 (patch)
tree72726606e0d4a0a563a1fdbf5e5f6027353bf501 /misc/hello/Makefile
parente155eaa94cbe3bd54d2a39f9c5cfe0fbfd9423c1 (diff)
downloadFreeBSD-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/Makefile5
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>
OpenPOWER on IntegriCloud