svn commit: r352178 - head/sysutils/cog

Baptiste Daroussin bapt at FreeBSD.org
Fri Apr 25 23:48:04 UTC 2014


Author: bapt
Date: Fri Apr 25 23:48:03 2014
New Revision: 352178
URL: http://svnweb.freebsd.org/changeset/ports/352178
QAT: https://qat.redports.org/buildarchive/r352178/

Log:
  Support stage

Modified:
  head/sysutils/cog/Makefile

Modified: head/sysutils/cog/Makefile
==============================================================================
--- head/sysutils/cog/Makefile	Fri Apr 25 23:46:27 2014	(r352177)
+++ head/sysutils/cog/Makefile	Fri Apr 25 23:48:03 2014	(r352178)
@@ -8,16 +8,16 @@ CATEGORIES=	sysutils gnome
 MASTER_SITES=	http://www.krakoa.dk/progs/cog/
 
 MAINTAINER=	gnome at FreeBSD.org
-COMMENT=	A program for editing advanced GNOME settings in an easy way
+COMMENT=	Program for editing advanced GNOME settings in an easy way
 
 USE_XORG=	x11
-USE_GNOME=	gnomeprefix gnomehack libgnomeui
+USE_GNOME=	gnomeprefix libgnomeui
 USES=		gettext gmake pkgconfig
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
+INSTALL_TARGET=	install-strip
 
 PLIST_SUB=	VERSION=${PORTVERSION}
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list