Date: Sun, 6 Oct 2013 19:51:55 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329627 - head/security/rifiuti2 Message-ID: <201310061951.r96JptdX065641@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Oct 6 19:51:55 2013 New Revision: 329627 URL: http://svnweb.freebsd.org/changeset/ports/329627 Log: - Convert to STAGEDIR - Remove explicit dependency on iconv and pcre, they are glib20 deps and are not directly used in rifiuti2 Modified: head/security/rifiuti2/Makefile Modified: head/security/rifiuti2/Makefile ============================================================================== --- head/security/rifiuti2/Makefile Sun Oct 6 19:43:13 2013 (r329626) +++ head/security/rifiuti2/Makefile Sun Oct 6 19:51:55 2013 (r329627) @@ -11,31 +11,27 @@ COMMENT= Tool for analyzing Windows recy LICENSE= BSD -LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre - GNU_CONFIGURE= yes -USES= pkgconfig gettext iconv +USES= gettext pkgconfig USE_GNOME= glib20 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -PLIST_FILES= bin/rifiuti bin/rifiuti-vista - -MAN1= rifiuti.1 -MLINKS= rifiuti.1 rifiuti-vista.1 +PLIST_FILES= bin/rifiuti \ + bin/rifiuti-vista \ + man/man1/rifiuti.1.gz \ + man/man1/rifiuti-vista.1.gz +PORTDOCS= AUTHORS ChangeLog NEWS README THANKS TODO OPTIONS_DEFINE= DOCS -PORTDOCS= AUTHORS COPYING ChangeLog NEWS README THANKS TODO - -NO_STAGE= yes .include <bsd.port.options.mk> post-install: .if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} .endif .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310061951.r96JptdX065641>