From owner-svn-ports-all@FreeBSD.ORG Wed Nov 20 16:13:13 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CC077163; Wed, 20 Nov 2013 16:13:13 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BBF66265E; Wed, 20 Nov 2013 16:13:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAKGDD7x064953; Wed, 20 Nov 2013 16:13:13 GMT (envelope-from danilo@svn.freebsd.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAKGDDaq064951; Wed, 20 Nov 2013 16:13:13 GMT (envelope-from danilo@svn.freebsd.org) Message-Id: <201311201613.rAKGDDaq064951@svn.freebsd.org> From: Danilo Egea Gondolfo Date: Wed, 20 Nov 2013 16:13:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334426 - head/textproc/qprint 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.16 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: Wed, 20 Nov 2013 16:13:13 -0000 Author: danilo Date: Wed Nov 20 16:13:13 2013 New Revision: 334426 URL: http://svnweb.freebsd.org/changeset/ports/334426 Log: - Add stage support - Convert tab in space in pkg-descr - Remove "Created by" from header PR: ports/184105 Submitted by: Takefu (maintainer) Modified: head/textproc/qprint/Makefile head/textproc/qprint/pkg-descr Modified: head/textproc/qprint/Makefile ============================================================================== --- head/textproc/qprint/Makefile Wed Nov 20 15:13:26 2013 (r334425) +++ head/textproc/qprint/Makefile Wed Nov 20 16:13:13 2013 (r334426) @@ -1,4 +1,3 @@ -# Created by: Takefu # $FreeBSD$ PORTNAME= qprint @@ -17,13 +16,13 @@ LICENSE_PERMS= auto-accept GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE=yes -PLIST_FILES= bin/qprint -MAN1= qprint.1 +PLIST_FILES= bin/qprint \ + man/man1/qprint.1.gz + ALL_TARGET= prog check wringer -NO_STAGE= yes do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/qprint ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/qprint.1 ${PREFIX}/man/man1 + ${INSTALL_PROGRAM} ${WRKSRC}/qprint ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/qprint.1 ${STAGEDIR}${PREFIX}/man/man1 .include Modified: head/textproc/qprint/pkg-descr ============================================================================== --- head/textproc/qprint/pkg-descr Wed Nov 20 15:13:26 2013 (r334425) +++ head/textproc/qprint/pkg-descr Wed Nov 20 16:13:13 2013 (r334426) @@ -5,4 +5,4 @@ primarily of printable ASCII characters, cannot be encoded as 7-bit ASCII or are non-printable characters which may confuse mail transfer agents. -WWW: http://www.fourmilab.ch/webtools/qprint/ +WWW: http://www.fourmilab.ch/webtools/qprint/