From owner-svn-ports-head@FreeBSD.ORG Tue Feb 25 16:11:37 2014 Return-Path: Delivered-To: svn-ports-head@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 EFE7FD37; Tue, 25 Feb 2014 16:11:37 +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 DACEA1A4C; Tue, 25 Feb 2014 16:11:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1PGBbLQ090986; Tue, 25 Feb 2014 16:11:37 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1PGBbjR090985; Tue, 25 Feb 2014 16:11:37 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201402251611.s1PGBbjR090985@svn.freebsd.org> From: Emanuel Haupt Date: Tue, 25 Feb 2014 16:11:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346042 - head/textproc/ml1 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Feb 2014 16:11:38 -0000 Author: ehaupt Date: Tue Feb 25 16:11:37 2014 New Revision: 346042 URL: http://svnweb.freebsd.org/changeset/ports/346042 QAT: https://qat.redports.org/buildarchive/r346042/ Log: Support staging Modified: head/textproc/ml1/Makefile Modified: head/textproc/ml1/Makefile ============================================================================== --- head/textproc/ml1/Makefile Tue Feb 25 16:10:17 2014 (r346041) +++ head/textproc/ml1/Makefile Tue Feb 25 16:11:37 2014 (r346042) @@ -10,19 +10,11 @@ MASTER_SITES= http://www.ml1.org.uk/tgz/ MAINTAINER= bob@eager.cx COMMENT= The original general purpose macro processor -MAN1= ml1.1 -MANCOMPRESSED= yes - -PLIST_FILES= bin/ml1 - -NO_STAGE= yes -.include +PLIST_FILES= bin/ml1 man/man1/ml1.1.gz do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/ml1 ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/ml1.1.gz ${PREFIX}/man/man1 - -post-install: - ${CAT} ${PKGMESSAGE} + ${INSTALL_PROGRAM} ${WRKSRC}/ml1 ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/ml1.1.gz \ + ${STAGEDIR}${MANPREFIX}/man/man1 -.include +.include