mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -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
|
||||
MASTER_SITES= http://http.distributed.net/pub/dcti/proxyper/ \
|
||||
ftp://ftp.distributed.net/pub/dcti/proxyper/
|
||||
DISTNAME= proxyper${PORTVERSION}-freebsd7-x86
|
||||
|
||||
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}
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
BINDIR= ${PREFIX}/distributed.net/proxy
|
||||
SUB_LIST+= BINDIR=${BINDIR}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
SUB_LIST= BINDIR=${BINDIR}
|
||||
|
||||
WRKSRC= ${WRKDIR}/proxyper${PORTVERSION}-freebsd-x86
|
||||
|
||||
DISTNAME= proxyper${PORTVERSION}-freebsd7-x86
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${STAGEDIR}${BINDIR}
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/proxyper ${STAGEDIR}${BINDIR}
|
||||
|
@ -32,4 +30,4 @@ do-install:
|
|||
${INSTALL_DATA} ${WRKSRC}/manual.html ${STAGEDIR}${BINDIR}
|
||||
${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