Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Jan 2014 21:59:33 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r340737 - head/graphics/icontact
Message-ID:  <201401222159.s0MLxXC2083083@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Wed Jan 22 21:59:32 2014
New Revision: 340737
URL: http://svnweb.freebsd.org/changeset/ports/340737
QAT: https://qat.redports.org/buildarchive/r340737/

Log:
  Stage support

Modified:
  head/graphics/icontact/Makefile
  head/graphics/icontact/pkg-plist

Modified: head/graphics/icontact/Makefile
==============================================================================
--- head/graphics/icontact/Makefile	Wed Jan 22 21:54:49 2014	(r340736)
+++ head/graphics/icontact/Makefile	Wed Jan 22 21:59:32 2014	(r340737)
@@ -13,17 +13,17 @@ COMMENT=	Combines multiples images to cr
 RUN_DEPENDS=	${LOCALBASE}/bin/ppmmake:${PORTSDIR}/graphics/netpbm \
 		${LOCALBASE}/bin/cjpeg:${PORTSDIR}/graphics/jpeg
 
-MAN1=		icontact.1 xvtoppm.1
+USES=		shebangfix
+SHEBANG_FILES=	icontact
 
-NO_STAGE=	yes
 post-patch:
 	${REINPLACE_CMD} "s|CC=cc|CC=${CC}|g; s|CFLAGS=-O|CFLAGS=${CFLAGS}|g" \
 		${WRKSRC}/Makefile
 
 do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/icontact ${PREFIX}/bin
-	${INSTALL_PROGRAM} ${WRKSRC}/xvtoppm ${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/icontact.1 ${PREFIX}/man/man1
-	${INSTALL_MAN} ${WRKSRC}/xvtoppm.1 ${PREFIX}/man/man1
+	${INSTALL_SCRIPT} ${WRKSRC}/icontact ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/xvtoppm ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/icontact.1 ${STAGEDIR}${MANPREFIX}/man/man1
+	${INSTALL_MAN} ${WRKSRC}/xvtoppm.1 ${STAGEDIR}${MANPREFIX}/man/man1
 
 .include <bsd.port.mk>

Modified: head/graphics/icontact/pkg-plist
==============================================================================
--- head/graphics/icontact/pkg-plist	Wed Jan 22 21:54:49 2014	(r340736)
+++ head/graphics/icontact/pkg-plist	Wed Jan 22 21:59:32 2014	(r340737)
@@ -1,2 +1,4 @@
 bin/icontact
 bin/xvtoppm
+man/man1/icontact.1.gz
+man/man1/xvtoppm.1.gz



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