mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
5e5841f2cd
PORTREVISION or PORTEPOCH are defined. Most of these Makefiles were defining DISTNAME and WRKSRC (and sometimes EXTRACT_SUFX) -- change those to define DISTFILES only. Also, some of the WRKSRC lines were not even necessary, as they were defining it to the default value. Instigated by: Peter Pentchev <roam@orbitel.bg> and kris
27 lines
670 B
Makefile
27 lines
670 B
Makefile
# New ports collection makefile for: webcopy
|
|
# Date created: 14 Sep 1996
|
|
# Whom: ache
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= webcopy
|
|
PORTVERSION= 0.98b7
|
|
CATEGORIES= www
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= steve
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
NO_PACKAGE= "This program cannot be distributed if modified in any way"
|
|
NO_CDROM= "Don't sell for profit without written permission"
|
|
ALL_TARGET=
|
|
|
|
do-install:
|
|
cd ${WRKSRC}; ${INSTALL_SCRIPT} webcopy ${PREFIX}/bin
|
|
${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m 755 \
|
|
${PREFIX}/share/doc/webcopy
|
|
cd ${WRKSRC}; ${INSTALL_DATA} webcopy.html ${PREFIX}/share/doc/webcopy
|
|
|
|
.include <bsd.port.mk>
|