From owner-svn-ports-all@FreeBSD.ORG Tue Apr 22 07:58:10 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 4D9DFB7; Tue, 22 Apr 2014 07:58:10 +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 38B811250; Tue, 22 Apr 2014 07:58:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3M7wAVe000487; Tue, 22 Apr 2014 07:58:10 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3M7w9pq000485; Tue, 22 Apr 2014 07:58:09 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201404220758.s3M7w9pq000485@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 22 Apr 2014 07:58:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r351761 - in head/x11-wm/nickleby: . 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.17 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: Tue, 22 Apr 2014 07:58:10 -0000 Author: bapt Date: Tue Apr 22 07:58:09 2014 New Revision: 351761 URL: http://svnweb.freebsd.org/changeset/ports/351761 QAT: https://qat.redports.org/buildarchive/r351761/ Log: Support stage Allow packaging as a user Added: head/x11-wm/nickleby/files/ head/x11-wm/nickleby/files/patch-Makefile (contents, props changed) Modified: head/x11-wm/nickleby/Makefile Modified: head/x11-wm/nickleby/Makefile ============================================================================== --- head/x11-wm/nickleby/Makefile Tue Apr 22 07:48:59 2014 (r351760) +++ head/x11-wm/nickleby/Makefile Tue Apr 22 07:58:09 2014 (r351761) @@ -9,12 +9,12 @@ MASTER_SITES= http://www.mammothcheese.c MAINTAINER= jimmy@mammothcheese.ca COMMENT= Simple window manager -MAN1= nickleby.1 -MANCOMPRESSED= yes MAKE_ENV= X11BASE=${LOCALBASE} USE_XORG= x11 -PLIST_FILES= bin/nickleby +MAKE_ENV= INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ + INSTALL_MAN="${INSTALL_MAN}" +PLIST_FILES= bin/nickleby \ + man/man1/nickleby.1.gz -NO_STAGE= yes .include Added: head/x11-wm/nickleby/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-wm/nickleby/files/patch-Makefile Tue Apr 22 07:58:09 2014 (r351761) @@ -0,0 +1,13 @@ +--- ./Makefile.orig 2007-10-17 09:12:58.000000000 +0200 ++++ ./Makefile 2014-04-22 09:57:02.793478004 +0200 +@@ -21,8 +21,8 @@ + ${CC} ${CFLAGS} ${INC} -o nickleby nickleby.c ${LIB} + + install: all +- ${INSTALL_PROGRAM} nickleby ${DEST} +- ${INSTALL_MAN} nickleby.1.gz ${PREFIX}/man/man1 ++ ${INSTALL_PROGRAM} nickleby ${DESTDIR}${PREFIX}/bin ++ ${INSTALL_MAN} nickleby.1.gz ${DESTDIR}${PREFIX}/man/man1 + + clean: + ${RM} -f nickleby