Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 May 2015 00:35:50 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r387909 - head/ftp/wzdftpd
Message-ID:  <201505300035.t4U0ZooL004339@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sat May 30 00:35:49 2015
New Revision: 387909
URL: https://svnweb.freebsd.org/changeset/ports/387909

Log:
  - Strip libraries

Modified:
  head/ftp/wzdftpd/Makefile

Modified: head/ftp/wzdftpd/Makefile
==============================================================================
--- head/ftp/wzdftpd/Makefile	Sat May 30 00:34:59 2015	(r387908)
+++ head/ftp/wzdftpd/Makefile	Sat May 30 00:35:49 2015	(r387909)
@@ -3,7 +3,7 @@
 
 PORTNAME=	wzdftpd
 PORTVERSION=	0.8.3
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	ftp ipv6
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-sources/${PORTNAME}-${PORTVERSION:R}
 
@@ -21,9 +21,10 @@ HOWL_DESC=	Zeroconf support via Howl
 
 OPTIONS_SUB=	yes
 
+USES=		autoreconf gettext-tools libtool pkgconfig
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--sysconfdir=${ETCDIR} --without-pam --disable-bonjour
-USES=		autoreconf gettext-tools libtool pkgconfig
+INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
 
 USE_RC_SUBR=	wzdftpd



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505300035.t4U0ZooL004339>