1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00

reorder the Makefile a bit to make portlint happier

Submitted by:	foxfair
This commit is contained in:
Erwin Lansing 2003-06-13 10:43:13 +00:00
parent 4d126d235a
commit 3f53c57415
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=82922

View File

@ -8,25 +8,25 @@
PORTNAME= proxycheck
PORTVERSION= 0.45
CATEGORIES= security
MASTER_SITES= http://www.corpit.ru/mjt/proxycheck/:0 \
http://www.it.ca/~paul/src/:0
DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:0
.if !defined(NOPORTDOCS)
EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}
MASTER_SITES+= http://www.corpit.ru/mjt/:1 \
http://www.it.ca/~paul/src/:1
DISTFILES+= proxycheck.html:1
.endif
MAINTAINER= paul+ports@it.ca
COMMENT= Check for open proxy servers
MASTER_SITES= http://www.corpit.ru/mjt/proxycheck/ \
http://www.it.ca/~paul/src/
DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}
.if !defined(NOPORTDOCS)
EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}
MASTER_SITES+= http://www.corpit.ru/mjt/ \
http://www.it.ca/~paul/src/
DISTFILES+= proxycheck.html
.endif
MAN1= proxycheck.1
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/proxycheck ${PREFIX}/sbin/
@${INSTALL_MAN} ${WRKSRC}//proxycheck.1 ${PREFIX}/man/man1/
@${INSTALL_MAN} ${WRKSRC}/proxycheck.1 ${PREFIX}/man/man1/
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/CHANGES ${DOCSDIR}