svn commit: r349363 - head/www/thumbnail_index

Dirk Meyer dinoex at FreeBSD.org
Thu Mar 27 20:58:53 UTC 2014


Author: dinoex
Date: Thu Mar 27 20:58:52 2014
New Revision: 349363
URL: http://svnweb.freebsd.org/changeset/ports/349363
QAT: https://qat.redports.org/buildarchive/r349363/

Log:
  - use STAGEDIR

Modified:
  head/www/thumbnail_index/Makefile
  head/www/thumbnail_index/pkg-plist

Modified: head/www/thumbnail_index/Makefile
==============================================================================
--- head/www/thumbnail_index/Makefile	Thu Mar 27 20:55:20 2014	(r349362)
+++ head/www/thumbnail_index/Makefile	Thu Mar 27 20:58:52 2014	(r349363)
@@ -14,10 +14,13 @@ COMMENT=	Make an HTML index file for a b
 RUN_DEPENDS=	djpeg:${PORTSDIR}/graphics/jpeg \
 		pnmscale:${PORTSDIR}/graphics/netpbm
 
-NO_STAGE=	yes
 NO_BUILD=	yes
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
-MAN1=		thumbnail_index.1
+
+do-install:
+	${INSTALL_SCRIPT} ${WRKSRC}/thumbnail_index ${STAGEDIR}${PREFIX}/bin/
+	${INSTALL_SCRIPT} ${WRKSRC}/thumbnail_reap ${STAGEDIR}${PREFIX}/bin/
+	${INSTALL_MAN} ${WRKSRC}/thumbnail_index.1 ${STAGEDIR}${PREFIX}/man/man1/
 
 .include <bsd.port.mk>

Modified: head/www/thumbnail_index/pkg-plist
==============================================================================
--- head/www/thumbnail_index/pkg-plist	Thu Mar 27 20:55:20 2014	(r349362)
+++ head/www/thumbnail_index/pkg-plist	Thu Mar 27 20:58:52 2014	(r349363)
@@ -1,2 +1,3 @@
 bin/thumbnail_index
 bin/thumbnail_reap
+man/man1/thumbnail_index.1.gz


More information about the svn-ports-head mailing list