From 0436d2f211b975243d2539d90c3b36a632d89020 Mon Sep 17 00:00:00 2001 From: jasper Date: Mon, 6 May 2013 12:00:54 +0000 Subject: [PATCH] MASTER_SITES=${HOMEPAGE} is no good when there's no HOMEPAGE. --- x11/wmpinboard/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/x11/wmpinboard/Makefile b/x11/wmpinboard/Makefile index 12f676d880b..936fbc1e63a 100644 --- a/x11/wmpinboard/Makefile +++ b/x11/wmpinboard/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.18 2013/03/11 11:46:16 espie Exp $ +# $OpenBSD: Makefile,v 1.19 2013/05/06 12:00:54 jasper Exp $ COMMENT= wm-dockapp; resembling a miniature pin board @@ -10,8 +10,6 @@ CATEGORIES= x11 x11/windowmaker PERMIT_PACKAGE_CDROM= Yes WANTLIB= X11 Xext Xpm c -MASTER_SITES= ${HOMEPAGE} - SEPARATE_BUILD= Yes USE_GROFF = Yes NO_TEST= Yes