svn commit: r388227 - head/security/openvas-client

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Jun 1 13:19:54 UTC 2015


Author: amdmi3
Date: Mon Jun  1 13:19:52 2015
New Revision: 388227
URL: https://svnweb.freebsd.org/changeset/ports/388227

Log:
  - Strip binary
  - Add empty directory to plist

Modified:
  head/security/openvas-client/Makefile
  head/security/openvas-client/pkg-plist

Modified: head/security/openvas-client/Makefile
==============================================================================
--- head/security/openvas-client/Makefile	Mon Jun  1 13:19:34 2015	(r388226)
+++ head/security/openvas-client/Makefile	Mon Jun  1 13:19:52 2015	(r388227)
@@ -3,7 +3,7 @@
 
 PORTNAME=	openvas-client
 PORTVERSION=	2.0.4
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	security
 MASTER_SITES=	http://wald.intevation.org/frs/download.php/595/
 
@@ -41,8 +41,11 @@ post-patch:
 post-build:
 	@(cd ${WRKSRC}/po && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} \
 		${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET})
+.endif
 
 post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/OpenVAS-Client
+.if ${PORT_OPTIONS:MNLS}
 	@(cd ${WRKSRC}/po && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} \
 		${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET})
 .endif

Modified: head/security/openvas-client/pkg-plist
==============================================================================
--- head/security/openvas-client/pkg-plist	Mon Jun  1 13:19:34 2015	(r388226)
+++ head/security/openvas-client/pkg-plist	Mon Jun  1 13:19:52 2015	(r388227)
@@ -9,4 +9,3 @@ man/man1/openvasclient-mkcert.1.gz
 %%NLS%%share/locale/he/LC_MESSAGES/OpenVAS-Client.mo
 %%NLS%%share/locale/hr/LC_MESSAGES/OpenVAS-Client.mo
 %%NLS%%share/locale/sv/LC_MESSAGES/OpenVAS-Client.mo
- at dirrmtry lib/openvas


More information about the svn-ports-all mailing list