aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2014-03-27 20:58:52 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2014-03-27 20:58:52 +0000
commitb238eda0bef00682b5ba37e431053160d524b98d (patch)
tree9b7fc7f92c2d585d6999b1965fbfb4b428d70914 /www
parent35387a635910a8fa1c3c3a7033eb6bc7a17b501f (diff)
downloadports-b238eda0bef00682b5ba37e431053160d524b98d.tar.gz
ports-b238eda0bef00682b5ba37e431053160d524b98d.zip
Notes
Diffstat (limited to 'www')
-rw-r--r--www/thumbnail_index/Makefile7
-rw-r--r--www/thumbnail_index/pkg-plist1
2 files changed, 6 insertions, 2 deletions
diff --git a/www/thumbnail_index/Makefile b/www/thumbnail_index/Makefile
index a35fb16f5f32..85567c28c62c 100644
--- a/www/thumbnail_index/Makefile
+++ b/www/thumbnail_index/Makefile
@@ -14,10 +14,13 @@ COMMENT= Make an HTML index file for a bunch of images
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>
diff --git a/www/thumbnail_index/pkg-plist b/www/thumbnail_index/pkg-plist
index 76cdf5876b3b..6b868dd98e37 100644
--- a/www/thumbnail_index/pkg-plist
+++ b/www/thumbnail_index/pkg-plist
@@ -1,2 +1,3 @@
bin/thumbnail_index
bin/thumbnail_reap
+man/man1/thumbnail_index.1.gz