svn commit: r387909 - head/ftp/wzdftpd

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat May 30 00:35:50 UTC 2015


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


More information about the svn-ports-all mailing list