Index: head/misc/nut/Makefile =================================================================== --- head/misc/nut/Makefile (revision 195976) +++ head/misc/nut/Makefile (revision 195977) @@ -1,41 +1,42 @@ # New ports collection makefile for: nut # Date created: Tue Apr 29 12:45:30 GMT 2003 # Whom: Kirill Ponomarew # # $FreeBSD$ # PORTNAME= nut -PORTVERSION= 12.5 +PORTVERSION= 12.6 CATEGORIES= misc MASTER_SITES= http://www.lafn.org/~av832/ CENKES PKGNAMEPREFIX= health- MAINTAINER= infofarmer@FreeBSD.org COMMENT= Nutrition software to record what you eat MAN1= ${PORTNAME}.1 USE_BZIP2= yes USE_GMAKE= yes PORTDOCS= CREDITS LICENSE README +DOCSDIR= ${PREFIX}/share/doc/${UNIQUENAME} ALL_TARGET= ${PORTNAME} RAW= FOOD_DES.txt NUT_DATA.txt WEIGHT.lib WEIGHT.txt sr19.nut PLIST_FILES= bin/${PORTNAME} ${RAW:S,^,%%DATADIR%%/,} PLIST_DIRS= %%DATADIR%% post-patch: @${REINPLACE_CMD} -e "s|/usr/local/lib/nut|${DATADIR}|" \ - -e 's|^CFLAGS=|CFLAGS+=|g' ${WRKSRC}/Makefile + -e 's|^CFLAGS=|CFLAGS+=|g;s|-Os||;s|gcc|$${CC}|' ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${TARGETDIR}/bin/ ${INSTALL} -d ${DATADIR} ${INSTALL_DATA} ${RAW:S,^,${WRKSRC}/raw.data/,} ${DATADIR}/ ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1/ .if !defined(NOPORTDOCS) ${INSTALL} -d ${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/ .endif .include Property changes on: head/misc/nut/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.71 \ No newline at end of property +1.72 \ No newline at end of property Index: head/misc/nut/distinfo =================================================================== --- head/misc/nut/distinfo (revision 195976) +++ head/misc/nut/distinfo (revision 195977) @@ -1,3 +1,3 @@ -MD5 (nut-12.5.tar.bz2) = 9283268a5103dfad437b82d949f3d86c -SHA256 (nut-12.5.tar.bz2) = 6b4e1687fedb9fbd48d018f17e35f53e1c459324f06518624cd63396818c8f09 -SIZE (nut-12.5.tar.bz2) = 904610 +MD5 (nut-12.6.tar.bz2) = cb086dd8e71232624c8697642800bc1d +SHA256 (nut-12.6.tar.bz2) = d51535095d8da08a7c00587bd8fd30d8e63d9109bda076aa7dc88d06d4776ee1 +SIZE (nut-12.6.tar.bz2) = 905867 Property changes on: head/misc/nut/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.63 \ No newline at end of property +1.64 \ No newline at end of property