svn commit: r390411 - head/emulators/hercules

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jun 23 14:13:39 UTC 2015


Author: amdmi3
Date: Tue Jun 23 14:13:38 2015
New Revision: 390411
URL: https://svnweb.freebsd.org/changeset/ports/390411

Log:
  - Strip libraries

Modified:
  head/emulators/hercules/Makefile

Modified: head/emulators/hercules/Makefile
==============================================================================
--- head/emulators/hercules/Makefile	Tue Jun 23 14:13:25 2015	(r390410)
+++ head/emulators/hercules/Makefile	Tue Jun 23 14:13:38 2015	(r390411)
@@ -3,6 +3,7 @@
 
 PORTNAME=	hercules
 PORTVERSION=	3.11
+PORTREVISION=	1
 CATEGORIES=	emulators
 MASTER_SITES=	http://downloads.hercules-390.eu/
 
@@ -20,8 +21,9 @@ SHEBANG_FILES=	util/bldlvlck
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-optimization
+INSTALL_TARGET=	install-strip
 
-OPTIONS_DEFINE=		DOCS
+OPTIONS_DEFINE=	DOCS
 
 post-patch:
 	@${REINPLACE_CMD} -e \


More information about the svn-ports-head mailing list