diff options
Diffstat (limited to 'www/indexme/Makefile')
-rw-r--r-- | www/indexme/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/www/indexme/Makefile b/www/indexme/Makefile index 73384052019f..222021e75d54 100644 --- a/www/indexme/Makefile +++ b/www/indexme/Makefile @@ -7,6 +7,7 @@ PORTNAME= indexme PORTVERSION= 0.1 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= ftp://users.uk.freebsd.org/pub/lord_cj/ DISTNAME= ${PORTNAME} @@ -18,12 +19,16 @@ USE_PERL5= yes WRKSRC= ${WRKDIR}/indexme NO_BUILD= yes + +.if !defined(NO_INSTALL_MANPAGES) MAN1= indexme.1 +.endif + PLIST_FILES= bin/indexme do-install: @ ${INSTALL_SCRIPT} ${WRKSRC}/indexme ${PREFIX}/bin -.if !defined(NOPORTDOCS) +.if !defined(NO_INSTALL_MANPAGES) @ ${INSTALL_MAN} ${WRKSRC}/indexme.1 ${PREFIX}/man/man1 .endif .include <bsd.port.mk> |