diff options
Diffstat (limited to 'www/thumbnail_index/Makefile')
-rw-r--r-- | www/thumbnail_index/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/thumbnail_index/Makefile b/www/thumbnail_index/Makefile index 5bb95c322bfe..a35fb16f5f32 100644 --- a/www/thumbnail_index/Makefile +++ b/www/thumbnail_index/Makefile @@ -14,10 +14,10 @@ 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 -NO_BUILD= yes - -NO_STAGE= yes .include <bsd.port.mk> |