diff options
author | max <max@FreeBSD.org> | 1996-12-07 17:28:48 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1996-12-07 17:28:48 +0800 |
commit | 6cbc38c42b7baf5dbf4be0c82d9bedfb772a2bf7 (patch) | |
tree | b1bd88b22450132822fc0012f28a3e7da8186f6b /www | |
parent | ed6a3fbdb5c09e88afc3f25a1cf8b083264ca9a0 (diff) | |
download | freebsd-ports-gnome-6cbc38c42b7baf5dbf4be0c82d9bedfb772a2bf7.tar.gz freebsd-ports-gnome-6cbc38c42b7baf5dbf4be0c82d9bedfb772a2bf7.tar.zst freebsd-ports-gnome-6cbc38c42b7baf5dbf4be0c82d9bedfb772a2bf7.zip |
Now, string describing reason for defining these variables must be set
when you define NO_CDROM, NO_PACKAGE or RESTRICTED.
Diffstat (limited to 'www')
-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 bd4869f3576d..91d79b87c5dd 100644 --- a/www/webcopy/Makefile +++ b/www/webcopy/Makefile @@ -3,7 +3,7 @@ # Date created: 14 Sep 1996 # Whom: ache # -# $Id: Makefile,v 1.4 1996/11/06 13:12:38 asami Exp $ +# $Id: Makefile,v 1.5 1996/11/18 11:42:14 asami Exp $ # # WWW site: http://www.inf.utfsm.cl/~vparada/webcopy.html @@ -15,9 +15,9 @@ DISTFILES= webcopy.tgz MAINTAINER= ache@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= -NO_PACKAGE= yes # This program cannot be distributed if modified in any way -NO_CDROM= yes # Don't sell for profit without written permission do-install: cd ${WRKSRC}; ${INSTALL_SCRIPT} webcopy ${PREFIX}/bin |