Index: head/sysutils/fileschanged/pkg-plist =================================================================== --- head/sysutils/fileschanged/pkg-plist (revision 382353) +++ head/sysutils/fileschanged/pkg-plist (nonexistent) @@ -1,7 +0,0 @@ -bin/fileschanged -man/man1/fileschanged.1.gz -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/INSTALL -%%PORTDOCS%%%%DOCSDIR%%/NEWS -%%PORTDOCS%%%%DOCSDIR%%/README Property changes on: head/sysutils/fileschanged/pkg-plist ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/sysutils/fileschanged/Makefile =================================================================== --- head/sysutils/fileschanged/Makefile (revision 382353) +++ head/sysutils/fileschanged/Makefile (revision 382354) @@ -1,37 +1,37 @@ # Created by: Konstantin Reznichenko # $FreeBSD$ PORTNAME= fileschanged PORTVERSION= 0.6.5 PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Utility that reports when files have been altered LIB_DEPENDS= libargp.so:${PORTSDIR}/devel/argp-standalone BUILD_DEPENDS= help2man:${PORTSDIR}/misc/help2man GNU_CONFIGURE= yes USES= fam gmake CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -largp CONFIGURE_ARGS= --datadir=${PREFIX}/share/doc --disable-nls INFO= fileschanged -DOCS= AUTHORS ChangeLog INSTALL NEWS README +PORTDOCS= AUTHORS ChangeLog INSTALL NEWS README +PLIST_FILES= bin/fileschanged man/man1/fileschanged.1.gz OPTIONS_DEFINE= DOCS -.include +post-patch: + @${REINPLACE_CMD} -e 's| -Werror||' ${WRKSRC}/src/Makefile.in post-install: -.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${STAGEDIR}${DOCSDIR} -.for DOCFILE in ${DOCS} +.for DOCFILE in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${DOCFILE} ${STAGEDIR}${DOCSDIR} .endfor -.endif .include