summaryrefslogtreecommitdiff
path: root/graphics/hdf/files/man
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-11-14 02:32:21 +0000
committerSteve Price <steve@FreeBSD.org>1999-11-14 02:32:21 +0000
commitb0628da359513a9ece6addf3853a3d89aa255cda (patch)
treee560756285d43fdb29ffef8e65e31497d442fea8 /graphics/hdf/files/man
parentRemove the ^M's in all the files, install a startup script, (diff)
Update to version 4.1r3.
PR: 14717 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=23083
Diffstat (limited to 'graphics/hdf/files/man')
-rw-r--r--graphics/hdf/files/man/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/graphics/hdf/files/man/Makefile b/graphics/hdf/files/man/Makefile
new file mode 100644
index 000000000000..eeea6c1997f7
--- /dev/null
+++ b/graphics/hdf/files/man/Makefile
@@ -0,0 +1,17 @@
+# $FreeBSD$
+
+MANDIR = ${PREFIX}/man/man
+
+MAN1 = hdf.1 hdfunpac.1
+MAN3 = gr_chunk.3
+
+.include <bsd.man.mk>
+
+install: all-man maninstall
+
+clean:
+ -rm -f *.gz
+
+all: all-man
+
+depend: