diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-09-14 01:54:48 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-09-14 01:54:48 +0000 |
commit | a161f5f6b8a4403b03d727e3ed0455719c849758 (patch) | |
tree | 8795516e54e9149fa34f77091fbc7780e2aa2963 /www/webcopy | |
parent | Take out "webcopy" -- you are NOT supposed to put the name of the (diff) |
Change NO_PACKAGE to NO_CDROM, because it says "don't sell for
profit". Change the comment to be more informative ("read script"
is not the kind of thing you want to put here).
Diffstat (limited to 'www/webcopy')
-rw-r--r-- | www/webcopy/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/webcopy/Makefile b/www/webcopy/Makefile index 4fc346ac5a7b..f178ab27243f 100644 --- a/www/webcopy/Makefile +++ b/www/webcopy/Makefile @@ -3,7 +3,7 @@ # Date created: 14 Sep 1996 # Whom: ache # -# $Id: Makefile,v 1.6 1996/09/11 04:44:19 asami Exp $ +# $Id: Makefile,v 1.1.1.1 1996/09/14 00:59:32 ache Exp $ # # WWW site: http://www.inf.utfsm.cl/~vparada/webcopy.html @@ -12,11 +12,11 @@ DISTNAME= webcopy-0.98b7 CATEGORIES+= www MASTER_SITES= ftp://ftp.inf.utfsm.cl/pub/utfsm/perl/ DISTFILES= webcopy.tgz -ALL_TARGET= MAINTAINER= ache@FreeBSD.ORG -NO_PACKAGE= yes # See License at the start of the script +ALL_TARGET= +NO_CDROM= yes # Don't sell for profit without written permission do-install: cd ${WRKSRC}; ${INSTALL_SCRIPT} webcopy ${PREFIX}/bin |