Index: head/benchmarks/pnetmark/Makefile =================================================================== --- head/benchmarks/pnetmark/Makefile (revision 119054) +++ head/benchmarks/pnetmark/Makefile (revision 119055) @@ -1,44 +1,44 @@ # New ports collection makefile for: pnetmark # Date created: 2004-03-19 # Whom: michael johnson # # $FreeBSD$ # PORTNAME= pnetmark PORTVERSION= 0.0.6 CATEGORIES= benchmarks MASTER_SITES= ${PNET_MASTER_SITES} MASTER_SITE_SUBDIR= ${PNET_MASTER_SITE_SUBDIR} MAINTAINER= ports@FreeBSD.org COMMENT= Benchmarking tool for Common Language Runtime (CLR) BUILD_DEPENDS= cscc:${PORTSDIR}/lang/pnet-base \ csunit:${PORTSDIR}/lang/pnetlib RUN_DEPENDS= cscc:${PORTSDIR}/lang/pnet-base \ csunit:${PORTSDIR}/lang/pnetlib GNU_CONFIGURE= yes USE_GMAKE= yes STRIP= # Nothing to Strip PORTDOCS= pm_faq.html PNET_STRAP_BIN= pnetmark \ linpack \ scimark2 -.include "${PORTSDIR}/lang/pnet/Makefile.pnet" +.include "${.CURDIR}/../../lang/pnet/Makefile.pnet" .include do-install: @${INSTALL_PROGRAM} ${WRKSRC}/src/pnetmark.exe ${PREFIX}/bin @${INSTALL_PROGRAM} ${WRKSRC}/linpack/linpack.exe ${PREFIX}/bin @${INSTALL_PROGRAM} ${WRKSRC}/scimark2/scimark2.exe ${PREFIX}/bin .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for docfile in ${PORTDOCS} @${INSTALL_DATA} ${WRKSRC}/doc/${docfile} ${DOCSDIR} .endfor .endif .include Property changes on: head/benchmarks/pnetmark/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property