svn commit: r340737 - head/graphics/icontact

Antoine Brodin antoine at FreeBSD.org
Wed Jan 22 21:59:33 UTC 2014


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


More information about the svn-ports-all mailing list