diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-09-15 21:27:42 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-09-15 21:27:42 +0000 |
commit | c9c1f9972c5f20c490703129b2d4c67740cc7c40 (patch) | |
tree | c2acc662fd6fcc285006837ab767f458cde22eea /graphics/hdf | |
parent | f77f88340cf3a026578220955a6f6095ef9919a0 (diff) | |
download | ports-c9c1f9972c5f20c490703129b2d4c67740cc7c40.tar.gz ports-c9c1f9972c5f20c490703129b2d4c67740cc7c40.zip |
Notes
Diffstat (limited to 'graphics/hdf')
-rw-r--r-- | graphics/hdf/files/man/Makefile | 2 | ||||
-rw-r--r-- | graphics/hdf/files/mfhdf/libsrc/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/hdf/files/man/Makefile b/graphics/hdf/files/man/Makefile index eeea6c1997f7..6c63417f56be 100644 --- a/graphics/hdf/files/man/Makefile +++ b/graphics/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/graphics/hdf/files/mfhdf/libsrc/Makefile b/graphics/hdf/files/mfhdf/libsrc/Makefile index ab7da6ca3d22..6b1c2137bc76 100644 --- a/graphics/hdf/files/mfhdf/libsrc/Makefile +++ b/graphics/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 \ |