diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-09-21 14:38:18 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-09-21 14:38:18 +0000 |
commit | 12463f6b3fd1741a172188aed2660717534e46b6 (patch) | |
tree | 84c4b87b32ad27fce123ab7bf0fcb41f5cd46a6a /science/clhep | |
parent | cfb7836629aed730f501c9ea19ec65cd555f8040 (diff) | |
download | ports-12463f6b3fd1741a172188aed2660717534e46b6.tar.gz ports-12463f6b3fd1741a172188aed2660717534e46b6.zip |
use CONFIGURE_TARGET to create header name dynamically.
Notes
Notes:
svn path=/head/; revision=48037
Diffstat (limited to 'science/clhep')
-rw-r--r-- | science/clhep/Makefile | 2 | ||||
-rw-r--r-- | science/clhep/pkg-plist | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/science/clhep/Makefile b/science/clhep/Makefile index efa520c9d9a3..e9c871a2a67f 100644 --- a/science/clhep/Makefile +++ b/science/clhep/Makefile @@ -16,4 +16,6 @@ WRKSRC= ${WRKDIR}/CLHEP GNU_CONFIGURE= yes USE_GMAKE= yes +PLIST_SUB= TARGET=${CONFIGURE_TARGET} + .include <bsd.port.mk> diff --git a/science/clhep/pkg-plist b/science/clhep/pkg-plist index c58183b67211..b37dd41f6cb9 100644 --- a/science/clhep/pkg-plist +++ b/science/clhep/pkg-plist @@ -102,7 +102,7 @@ include/CLHEP/Vector/Rotation.icc include/CLHEP/Vector/ThreeVector.h include/CLHEP/Vector/ThreeVector.icc include/CLHEP/config/CLHEP-default.h -include/CLHEP/config/CLHEP-i386--freebsd4.3-c++.h +include/CLHEP/config/CLHEP-%%TARGET%%-c++.h include/CLHEP/config/CLHEP.h include/CLHEP/config/TemplateFunctions.h include/CLHEP/config/fstream.h |