svn commit: r391665 - head/x11/docker-tray

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jul 9 17:18:46 UTC 2015


Author: amdmi3
Date: Thu Jul  9 17:18:45 2015
New Revision: 391665
URL: https://svnweb.freebsd.org/changeset/ports/391665

Log:
  - Fix build
  
  Pointyhat to:	kmoore

Modified:
  head/x11/docker-tray/Makefile

Modified: head/x11/docker-tray/Makefile
==============================================================================
--- head/x11/docker-tray/Makefile	Thu Jul  9 16:42:32 2015	(r391664)
+++ head/x11/docker-tray/Makefile	Thu Jul  9 17:18:45 2015	(r391665)
@@ -1,13 +1,13 @@
 # Created by: Samy Al Bahra <samy at kerneled.org>
 # $FreeBSD$
 
-PORTNAME=	docker-tray
+PORTNAME=	docker
 PORTVERSION=	1.5
 PORTREVISION=	8
 CATEGORIES=	x11
 MASTER_SITES=	http://offload2.icculus.org:9090/openbox/2/docker/ \
 		http://offload1.icculus.org:9090/openbox/2/docker/
-DISTNAME=	docker-${PORTVERSION}
+PKGNAMESUFFIX=	-tray
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Dockapp with support for GNOME2 and KDE3 tray icons


More information about the svn-ports-head mailing list