1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Fix build on -stable.

Reported by:	Mike Harding <mvh@ix.netcom.com>
Approved by:	timeout from maintainer
This commit is contained in:
Joe Marcus Clarke 2002-09-15 21:27:42 +00:00
parent f77f88340c
commit c9c1f9972c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=66378
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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 \

View File

@ -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

View File

@ -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 \