mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
96a38c7c3a
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category W. CR: D510 Approved by: portmgr (bapt)
24 lines
598 B
Makefile
24 lines
598 B
Makefile
# Created by: ache
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= webcopy
|
|
PORTVERSION= 0.98b7
|
|
CATEGORIES= www
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= cy
|
|
|
|
MAINTAINER= cy@FreeBSD.org
|
|
COMMENT= Web Mirroring Program
|
|
|
|
RESTRICTED= This program cannot be distributed if modified in any way. Don't sell for profit without written permission
|
|
ALL_TARGET=
|
|
|
|
USES= perl5
|
|
|
|
do-install:
|
|
cd ${WRKSRC}; ${INSTALL_SCRIPT} webcopy ${STAGEDIR}${PREFIX}/bin
|
|
${INSTALL} -d -m 755 ${STAGEDIR}${PREFIX}/share/doc/webcopy
|
|
cd ${WRKSRC}; ${INSTALL_DATA} webcopy.html ${STAGEDIR}${PREFIX}/share/doc/webcopy
|
|
|
|
.include <bsd.port.mk>
|