Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Feb 2014 09:28:41 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r345948 - head/print/pfbtopfa
Message-ID:  <201402250928.s1P9Sf7M022139@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Tue Feb 25 09:28:41 2014
New Revision: 345948
URL: http://svnweb.freebsd.org/changeset/ports/345948
QAT: https://qat.redports.org/buildarchive/r345948/

Log:
  Support staging

Modified:
  head/print/pfbtopfa/Makefile

Modified: head/print/pfbtopfa/Makefile
==============================================================================
--- head/print/pfbtopfa/Makefile	Tue Feb 25 09:25:13 2014	(r345947)
+++ head/print/pfbtopfa/Makefile	Tue Feb 25 09:28:41 2014	(r345948)
@@ -10,12 +10,10 @@ MASTER_SITES=	http://www.whizkidtech.red
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Convert PFB files to the PFA format
 
-MAN1=		pfbtopfa.1
-PLIST_FILES=	bin/pfbtopfa
+PLIST_FILES=	bin/pfbtopfa man/man1/pfbtopfa.1.gz
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/pfbtopfa ${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/pfbtopfa.1 ${MAN1PREFIX}/man/man1
+	${INSTALL_PROGRAM} ${WRKSRC}/pfbtopfa ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/pfbtopfa.1 ${STAGEDIR}${MANPREFIX}/man/man1
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402250928.s1P9Sf7M022139>