Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Feb 2014 09:30:52 +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: r345949 - head/print/pic2fig
Message-ID:  <201402250930.s1P9Uq6H024840@svn.freebsd.org>

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

Log:
  Support staging

Modified:
  head/print/pic2fig/Makefile

Modified: head/print/pic2fig/Makefile
==============================================================================
--- head/print/pic2fig/Makefile	Tue Feb 25 09:28:41 2014	(r345948)
+++ head/print/pic2fig/Makefile	Tue Feb 25 09:30:52 2014	(r345949)
@@ -14,12 +14,10 @@ COMMENT=	Pic format to fig format conver
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 CFLAGS+=	-Wno-return-type
-MAN1=		pic2fig.1
-PLIST_FILES=	bin/pic2fig
+PLIST_FILES=	bin/pic2fig man/man1/pic2fig.1.gz
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_PROGRAM} -m 755 ${WRKSRC}/pic2fig ${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/pic2fig.1 ${PREFIX}/man/man1
+	${INSTALL_PROGRAM} ${WRKSRC}/pic2fig ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/pic2fig.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?201402250930.s1P9Uq6H024840>