diff options
author | ache <ache@FreeBSD.org> | 1996-09-16 00:41:39 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1996-09-16 00:41:39 +0800 |
commit | e680b1ee96a85cf4e89aaa9921ce9ce1fb2c35bf (patch) | |
tree | 514bc3c950cfc25b5b621718d7ee60360b157406 /www/webcopy/Makefile | |
parent | 2156a600e28e67a3ec18f1a1a868cbab3dbedd04 (diff) | |
download | freebsd-ports-gnome-e680b1ee96a85cf4e89aaa9921ce9ce1fb2c35bf.tar.gz freebsd-ports-gnome-e680b1ee96a85cf4e89aaa9921ce9ce1fb2c35bf.tar.zst freebsd-ports-gnome-e680b1ee96a85cf4e89aaa9921ce9ce1fb2c35bf.zip |
Return NO_PACKAGE back - don't distribute modified copies
Pass If-Modified-Since for user password case
Fix fetching for missing space cases
Submitted by: gibbs
Diffstat (limited to 'www/webcopy/Makefile')
-rw-r--r-- | www/webcopy/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/webcopy/Makefile b/www/webcopy/Makefile index f178ab27243f..c7b3c2f31b81 100644 --- a/www/webcopy/Makefile +++ b/www/webcopy/Makefile @@ -3,7 +3,7 @@ # Date created: 14 Sep 1996 # Whom: ache # -# $Id: Makefile,v 1.1.1.1 1996/09/14 00:59:32 ache Exp $ +# $Id: Makefile,v 1.2 1996/09/14 01:54:48 asami Exp $ # # WWW site: http://www.inf.utfsm.cl/~vparada/webcopy.html @@ -16,7 +16,8 @@ DISTFILES= webcopy.tgz MAINTAINER= ache@FreeBSD.ORG ALL_TARGET= -NO_CDROM= yes # Don't sell for profit without written permission +NO_PACKAGE= yes # This program cannot be distributed if modified in any way + # Don't sell for profit without written permission do-install: cd ${WRKSRC}; ${INSTALL_SCRIPT} webcopy ${PREFIX}/bin |