diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-06-30 17:30:07 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-06-30 17:30:07 +0000 |
commit | 2a845564968641f2162651a81811e64e87f7e582 (patch) | |
tree | 61a39a79f76e3e7025c1456aeba5f3e249b2209e /security/proxycheck/Makefile | |
parent | bb7adc9ae77cc639f6d4a17188bcccffdfd2a95d (diff) | |
download | ports-2a845564968641f2162651a81811e64e87f7e582.tar.gz ports-2a845564968641f2162651a81811e64e87f7e582.zip |
removed un-versioned HTML file from DISTFILES,
added example content to man page (to be merged with original dist next version)
PR: 53919
Submitted by: Paul Chvostek <paul+fbsd@it.ca>
Notes
Notes:
svn path=/head/; revision=83915
Diffstat (limited to 'security/proxycheck/Makefile')
-rw-r--r-- | security/proxycheck/Makefile | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/security/proxycheck/Makefile b/security/proxycheck/Makefile index fb5008bee964..936fd3dc2753 100644 --- a/security/proxycheck/Makefile +++ b/security/proxycheck/Makefile @@ -7,21 +7,14 @@ PORTNAME= proxycheck PORTVERSION= 0.45 +PORTREVISION= 1 CATEGORIES= security +MASTER_SITES= http://www.corpit.ru/mjt/proxycheck/ \ + http://www.it.ca/~paul/src/ MAINTAINER= paul+ports@it.ca COMMENT= Check for open proxy servers -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 - MAN1= proxycheck.1 do-install: @@ -30,7 +23,6 @@ do-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/CHANGES ${DOCSDIR} - @${INSTALL_DATA} ${DISTDIR}/proxycheck.html ${DOCSDIR} .endif .include <bsd.port.mk> |