aboutsummaryrefslogtreecommitdiff
path: root/science/hdf
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-09-15 21:27:42 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-09-15 21:27:42 +0000
commitc9c1f9972c5f20c490703129b2d4c67740cc7c40 (patch)
treec2acc662fd6fcc285006837ab767f458cde22eea /science/hdf
parentf77f88340cf3a026578220955a6f6095ef9919a0 (diff)
downloadports-c9c1f9972c5f20c490703129b2d4c67740cc7c40.tar.gz
ports-c9c1f9972c5f20c490703129b2d4c67740cc7c40.zip
Notes
Diffstat (limited to 'science/hdf')
-rw-r--r--science/hdf/files/man/Makefile2
-rw-r--r--science/hdf/files/mfhdf/libsrc/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/science/hdf/files/man/Makefile b/science/hdf/files/man/Makefile
index eeea6c1997f7..6c63417f56be 100644
--- a/science/hdf/files/man/Makefile
+++ b/science/hdf/files/man/Makefile
@@ -5,7 +5,7 @@ MANDIR = ${PREFIX}/man/man
MAN1 = hdf.1 hdfunpac.1
MAN3 = gr_chunk.3
-.include <bsd.man.mk>
+.include <bsd.prog.mk>
install: all-man maninstall
diff --git a/science/hdf/files/mfhdf/libsrc/Makefile b/science/hdf/files/mfhdf/libsrc/Makefile
index ab7da6ca3d22..6b1c2137bc76 100644
--- a/science/hdf/files/mfhdf/libsrc/Makefile
+++ b/science/hdf/files/mfhdf/libsrc/Makefile
@@ -22,7 +22,7 @@ CFLAGS += -DSWAP
.endif
LDADD += -L${.CURDIR}/../../hdf/src -ldf
-LDFLAGS += -L. -l${LIB} ${LDADD}
+LDFLAGS += -L. ${LDADD}
afterinstall:
install -c -o root -g wheel -m 444 hdf2netcdf.h local_nc.h \