diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-08-20 16:59:55 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-08-20 16:59:55 +0000 |
commit | 12c97951e0a6e0f7ffa631018f367a5ba6b18f52 (patch) | |
tree | b2d581ed7437a0c887023a5ca757d94af068b0ba /x11-clocks | |
parent | 4f4c6db5f5b40020fc34690cf0318eaab6eae954 (diff) | |
download | ports-12c97951e0a6e0f7ffa631018f367a5ba6b18f52.tar.gz ports-12c97951e0a6e0f7ffa631018f367a5ba6b18f52.zip |
Notes
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/wmbday/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-clocks/wmbday/Makefile b/x11-clocks/wmbday/Makefile index f206c10247fd..dd97ff65824e 100644 --- a/x11-clocks/wmbday/Makefile +++ b/x11-clocks/wmbday/Makefile @@ -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@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} |