From owner-svn-ports-all@FreeBSD.ORG Mon Jun 16 15:06:05 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7299E3F2; Mon, 16 Jun 2014 15:06:05 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5F7DE2A9A; Mon, 16 Jun 2014 15:06:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5GF65x5053631; Mon, 16 Jun 2014 15:06:05 GMT (envelope-from vanilla@svn.freebsd.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5GF65X3053625; Mon, 16 Jun 2014 15:06:05 GMT (envelope-from vanilla@svn.freebsd.org) Message-Id: <201406161506.s5GF65X3053625@svn.freebsd.org> From: "Vanilla I. Shu" Date: Mon, 16 Jun 2014 15:06:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358014 - in head/graphics/xglurbules: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jun 2014 15:06:05 -0000 Author: vanilla Date: Mon Jun 16 15:06:04 2014 New Revision: 358014 URL: http://svnweb.freebsd.org/changeset/ports/358014 QAT: https://qat.redports.org/buildarchive/r358014/ Log: Stagify. Approved by: portmgr@ Added: head/graphics/xglurbules/files/ head/graphics/xglurbules/files/patch-Makefile (contents, props changed) Modified: head/graphics/xglurbules/Makefile Modified: head/graphics/xglurbules/Makefile ============================================================================== --- head/graphics/xglurbules/Makefile Mon Jun 16 15:02:03 2014 (r358013) +++ head/graphics/xglurbules/Makefile Mon Jun 16 15:06:04 2014 (r358014) @@ -10,14 +10,10 @@ MASTER_SITES= http://stephenroome.com/xg MAINTAINER= steve@pepcross.com COMMENT= Burning particle system eye candy program thingy for X11 -MAN1= xglurbules.1 - USE_XORG= xt x11 sm ice xpm -MANCOMPRESSED= yes - PLIST_FILES= bin/xglurbules \ - bin/xglurbules-noshm + bin/xglurbules-noshm \ + man/man1/xglurbules.1.gz -NO_STAGE= yes .include Added: head/graphics/xglurbules/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/xglurbules/files/patch-Makefile Mon Jun 16 15:06:04 2014 (r358014) @@ -0,0 +1,15 @@ +--- Makefile.orig 2014-06-16 23:02:51.808174124 +0800 ++++ Makefile 2014-06-16 23:03:13.422174462 +0800 +@@ -48,9 +48,9 @@ depend: + gcc -E -MM *.c > .depend + + install: xglurbules xglurbules-noshm ${MAN_FILE} +- ${INSTALL} xglurbules ${BIN_DIR} +- ${INSTALL} xglurbules-noshm ${BIN_DIR} +- ${INSTALL} ${MAN_FILE} ${MAN_DIR} ++ ${INSTALL} xglurbules $(DESTDIR)${BIN_DIR} ++ ${INSTALL} xglurbules-noshm $(DESTDIR)${BIN_DIR} ++ ${INSTALL} ${MAN_FILE} $(DESTDIR)${MAN_DIR} + + xglurbules.1.gz: xglurbules.1 + ${COMPRESS} xglurbules.1 -c > xglurbules.1.gz