aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-04-25 23:48:03 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-04-25 23:48:03 +0000
commit90dd19034d890943daa03aff1b9c322fe5115d66 (patch)
tree0ee5f93af38916bb3d811e05b68258d97f49e577 /sysutils
parenta4aefba45b1778309ffcc8440c5d14879ee1fd6f (diff)
downloadports-90dd19034d890943daa03aff1b9c322fe5115d66.tar.gz
ports-90dd19034d890943daa03aff1b9c322fe5115d66.zip
Notes
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/cog/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/cog/Makefile b/sysutils/cog/Makefile
index c0850f8c8e40..ab719e896ca8 100644
--- a/sysutils/cog/Makefile
+++ b/sysutils/cog/Makefile
@@ -8,16 +8,16 @@ CATEGORIES= sysutils gnome
MASTER_SITES= http://www.krakoa.dk/progs/cog/
MAINTAINER= gnome@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>