svn commit: r365481 - head/x11-clocks/wmbday

Antoine Brodin antoine at FreeBSD.org
Wed Aug 20 16:59:56 UTC 2014


Author: antoine
Date: Wed Aug 20 16:59:55 2014
New Revision: 365481
URL: http://svnweb.freebsd.org/changeset/ports/365481
QAT: https://qat.redports.org/buildarchive/r365481/

Log:
  Allow staging as a regular user

Modified:
  head/x11-clocks/wmbday/Makefile

Modified: head/x11-clocks/wmbday/Makefile
==============================================================================
--- head/x11-clocks/wmbday/Makefile	Wed Aug 20 16:59:03 2014	(r365480)
+++ head/x11-clocks/wmbday/Makefile	Wed Aug 20 16:59:55 2014	(r365481)
@@ -6,14 +6,14 @@ PORTVERSION=	0.3.1
 PORTREVISION=	2
 CATEGORIES=	x11-clocks
 MASTER_SITES=	http://buzzinhornetz.ath.cx/wmbday/files/ \
-		${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR=	uqs
+		LOCAL/uqs
 
 MAINTAINER=	uqs at FreeBSD.org
 COMMENT=	Window Maker dock app that will remind you of birthdays
 
 BUILD_DEPENDS=	xmessage:${PORTSDIR}/x11/xmessage
 
+USES=		uidfix
 HAS_CONFIGURE=	yes
 MAKEFILE=	BSDmakefile
 MAKE_ENV+=	${CONFIGURE_ENV} X11BASE=${LOCALBASE}


More information about the svn-ports-all mailing list