mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 01:09:24 -04:00
misc/proxyper: No need for bsd.port.pre.mk here
- Pet portlint
This commit is contained in:
parent
33cf8ea881
commit
ada79a88ce
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=491733
1 changed files with 6 additions and 8 deletions
|
@ -7,24 +7,22 @@ PORTREVISION= 1
|
||||||
CATEGORIES= misc
|
CATEGORIES= misc
|
||||||
MASTER_SITES= http://http.distributed.net/pub/dcti/proxyper/ \
|
MASTER_SITES= http://http.distributed.net/pub/dcti/proxyper/ \
|
||||||
ftp://ftp.distributed.net/pub/dcti/proxyper/
|
ftp://ftp.distributed.net/pub/dcti/proxyper/
|
||||||
|
DISTNAME= proxyper${PORTVERSION}-freebsd7-x86
|
||||||
|
|
||||||
MAINTAINER= tdb@FreeBSD.org
|
MAINTAINER= tdb@FreeBSD.org
|
||||||
COMMENT= The official distributed.net v2 personal proxy
|
COMMENT= Official distributed.net v2 personal proxy
|
||||||
|
|
||||||
ONLY_FOR_ARCHS= i386 amd64
|
ONLY_FOR_ARCHS= amd64 i386
|
||||||
|
|
||||||
USE_RC_SUBR= ${PORTNAME}
|
USE_RC_SUBR= ${PORTNAME}
|
||||||
|
|
||||||
NO_BUILD= yes
|
NO_BUILD= yes
|
||||||
|
|
||||||
BINDIR= ${PREFIX}/distributed.net/proxy
|
BINDIR= ${PREFIX}/distributed.net/proxy
|
||||||
SUB_LIST+= BINDIR=${BINDIR}
|
SUB_LIST= BINDIR=${BINDIR}
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}/proxyper${PORTVERSION}-freebsd-x86
|
WRKSRC= ${WRKDIR}/proxyper${PORTVERSION}-freebsd-x86
|
||||||
|
|
||||||
DISTNAME= proxyper${PORTVERSION}-freebsd7-x86
|
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${MKDIR} ${STAGEDIR}${BINDIR}
|
${MKDIR} ${STAGEDIR}${BINDIR}
|
||||||
${INSTALL_PROGRAM} ${WRKSRC}/proxyper ${STAGEDIR}${BINDIR}
|
${INSTALL_PROGRAM} ${WRKSRC}/proxyper ${STAGEDIR}${BINDIR}
|
||||||
|
@ -32,4 +30,4 @@ do-install:
|
||||||
${INSTALL_DATA} ${WRKSRC}/manual.html ${STAGEDIR}${BINDIR}
|
${INSTALL_DATA} ${WRKSRC}/manual.html ${STAGEDIR}${BINDIR}
|
||||||
${INSTALL} -c -m 644 ${WRKSRC}/proxyper.ini ${STAGEDIR}${BINDIR}/proxyper.ini.sample
|
${INSTALL} -c -m 644 ${WRKSRC}/proxyper.ini ${STAGEDIR}${BINDIR}/proxyper.ini.sample
|
||||||
|
|
||||||
.include <bsd.port.post.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue