mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
Fix build on -stable.
Reported by: Mike Harding <mvh@ix.netcom.com> Approved by: timeout from maintainer
This commit is contained in:
parent
f77f88340c
commit
c9c1f9972c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=66378
@ -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
|
||||
|
||||
|
@ -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 \
|
||||
|
@ -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
|
||||
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user