add missing depends

Noted by:	kris
This commit is contained in:
Ying-Chieh Liao 2002-11-21 03:16:54 +00:00
parent 00b7f4ca34
commit ed868c761f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=70636
2 changed files with 8 additions and 6 deletions

View file

@ -12,6 +12,8 @@ MASTER_SITES= ftp://ftp.hpl.hp.com/pub/httperf/
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= gnugetopt:${PORTSDIR}/devel/libgnugetopt
USE_OPENSSL= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
@ -19,12 +21,11 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
MAN1= httperf.1
post-install:
${CHMOD} 750 ${PREFIX}/bin/httperf
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${DOCSDIR}
.for file in ChangeLog NEWS README TODO
@${INSTALL_MAN} ${WRKSRC}/${file} ${DOCSDIR}
${INSTALL_MAN} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif

View file

@ -12,6 +12,8 @@ MASTER_SITES= ftp://ftp.hpl.hp.com/pub/httperf/
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= gnugetopt:${PORTSDIR}/devel/libgnugetopt
USE_OPENSSL= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
@ -19,12 +21,11 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
MAN1= httperf.1
post-install:
${CHMOD} 750 ${PREFIX}/bin/httperf
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${DOCSDIR}
.for file in ChangeLog NEWS README TODO
@${INSTALL_MAN} ${WRKSRC}/${file} ${DOCSDIR}
${INSTALL_MAN} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif