svn commit: r379572 - head/x11-toolkits/phat

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Feb 22 04:53:15 UTC 2015


Author: amdmi3
Date: Sun Feb 22 04:53:14 2015
New Revision: 379572
URL: https://svnweb.freebsd.org/changeset/ports/379572
QAT: https://qat.redports.org/buildarchive/r379572/

Log:
  - Simplify MASTER_SITES
  - Strip library

Modified:
  head/x11-toolkits/phat/Makefile

Modified: head/x11-toolkits/phat/Makefile
==============================================================================
--- head/x11-toolkits/phat/Makefile	Sun Feb 22 04:40:20 2015	(r379571)
+++ head/x11-toolkits/phat/Makefile	Sun Feb 22 04:53:14 2015	(r379572)
@@ -5,8 +5,7 @@ PORTNAME=	phat
 PORTVERSION=	0.4.1
 PORTREVISION=	6
 CATEGORIES=	x11-toolkits
-MASTER_SITES=	${MASTER_SITE_BERLIOS}
-MASTER_SITE_SUBDIR=	phat
+MASTER_SITES=	BERLIOS/phat
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Collection of GTK+ widgets geared toward pro-audio apps
@@ -16,6 +15,7 @@ USES=		gmake libtool pathfix pkgconfig
 USE_GNOME=	gtk20 libgnomecanvas
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS=	--with-html-dir=${PREFIX}/share/doc
+INSTALL_TARGET=	install-strip
 
 OPTIONS_DEFINE=	DOCS
 


More information about the svn-ports-all mailing list