Index: head/devel/fnccheck/Makefile =================================================================== --- head/devel/fnccheck/Makefile (revision 277707) +++ head/devel/fnccheck/Makefile (revision 277708) @@ -1,38 +1,40 @@ # New ports collection makefile for: fnccheck # Date created: 22 January 2001 # Whom: George Reid # # $FreeBSD$ # PORTNAME= fnccheck PORTVERSION= 1.2 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A profiling library/utilities for C/C++ programs USE_LDCONFIG= yes +USE_CSTD= gnu89 + WRKSRC= ${WRKDIR}/${PORTNAME}-devel-${PORTVERSION} DOCS= README.txt README1ST.txt CHANGES.txt \ doc/fncdump.info doc/html/fncdump_toc.html \ doc/html/fncdump.html STRIP= # do-install: .for B in fncdump fncaverage ${INSTALL_PROGRAM} ${WRKSRC}/bin/$B ${PREFIX}/bin .endfor ${INSTALL_PROGRAM} ${WRKSRC}/lib/libfnccheck.so ${PREFIX}/lib .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for D in ${DOCS} ${INSTALL_DATA} ${WRKSRC}/$D ${DOCSDIR} .endfor .endif .include Property changes on: head/devel/fnccheck/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property