diff options
author | mi <mi@FreeBSD.org> | 2001-05-29 16:10:27 +0000 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2001-05-29 16:10:27 +0000 |
commit | 0d0cd2844ebf5109685821ba28f79292f7842e9f (patch) | |
tree | 71303ce70780ad91338dcfc58d8d883c2c26a70c /science/hdf | |
parent | 8eea7c04d343cc993a0e4009deb6e40f0c5f91a0 (diff) | |
download | FreeBSD-ports-0d0cd2844ebf5109685821ba28f79292f7842e9f.zip FreeBSD-ports-0d0cd2844ebf5109685821ba28f79292f7842e9f.tar.gz |
Do not install patchlevel.h into ${LOCALBASE}/include. Various
software packages include patchlevel.h expecting their own, instead
of the HDF's.
PR: 27708
Submitted by: tobez@tobez.org
Diffstat (limited to 'science/hdf')
-rw-r--r-- | science/hdf/files/hdf/src/Makefile | 4 | ||||
-rw-r--r-- | science/hdf/pkg-plist | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/science/hdf/files/hdf/src/Makefile b/science/hdf/files/hdf/src/Makefile index 391a702..45c20b4 100644 --- a/science/hdf/files/hdf/src/Makefile +++ b/science/hdf/files/hdf/src/Makefile @@ -49,8 +49,8 @@ afterinstall: glist.h hbitio.h hchunks.h hcomp.h hcompi.h hconv.h \ hdf.h hdfi.h herr.h hfile.h hkit.h hlimits.h hntdefs.h \ hproto.h hqueue.h htags.h linklist.h maldebug.h mcache.h \ - mfan.h mfgr.h mstdio.h patchlevel.h sys_dir_mac.h tbbt.h \ - trace.h vattr.h vg.h vgint.h hdf.inc dffunc.inc \ + mfan.h mfgr.h mstdio.h sys_dir_mac.h tbbt.h trace.h \ + vattr.h vg.h vgint.h hdf.inc dffunc.inc \ ${PREFIX}/include .include <bsd.lib.mk> diff --git a/science/hdf/pkg-plist b/science/hdf/pkg-plist index 6fef149..a0ca0c5 100644 --- a/science/hdf/pkg-plist +++ b/science/hdf/pkg-plist @@ -67,7 +67,6 @@ include/mfhdf.h include/mstdio.h include/netcdf.h include/netcdf.inc -include/patchlevel.h include/sys_dir_mac.h include/tbbt.h include/trace.h |