svn commit: r329627 - head/security/rifiuti2
Antoine Brodin
antoine at FreeBSD.org
Sun Oct 6 19:51:56 UTC 2013
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>
More information about the svn-ports-all
mailing list