diff options
author | asami <asami@FreeBSD.org> | 1996-11-06 21:12:38 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-06 21:12:38 +0800 |
commit | b88cc493524a7506c311923ad9a9cbcc2f154ce1 (patch) | |
tree | 5caecfbac0b7495fddf3c77d57a2d8341eccce18 /www | |
parent | 3700f41bceda54c6975bb9d00a915105d18d39eb (diff) | |
download | freebsd-ports-gnome-b88cc493524a7506c311923ad9a9cbcc2f154ce1.tar.gz freebsd-ports-gnome-b88cc493524a7506c311923ad9a9cbcc2f154ce1.tar.zst freebsd-ports-gnome-b88cc493524a7506c311923ad9a9cbcc2f154ce1.zip |
Add NO_CDROM next to NO_PACKAGE, it says "don't sell for profit".
Diffstat (limited to 'www')
-rw-r--r-- | www/webcopy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/webcopy/Makefile b/www/webcopy/Makefile index c7b3c2f31b81..b4fdde003a95 100644 --- a/www/webcopy/Makefile +++ b/www/webcopy/Makefile @@ -3,7 +3,7 @@ # Date created: 14 Sep 1996 # Whom: ache # -# $Id: Makefile,v 1.2 1996/09/14 01:54:48 asami Exp $ +# $Id: Makefile,v 1.3 1996/09/15 16:41:28 ache Exp $ # # WWW site: http://www.inf.utfsm.cl/~vparada/webcopy.html @@ -17,7 +17,7 @@ MAINTAINER= ache@FreeBSD.ORG ALL_TARGET= NO_PACKAGE= yes # This program cannot be distributed if modified in any way - # Don't sell for profit without written permission +NO_CDROM= yes # Don't sell for profit without written permission do-install: cd ${WRKSRC}; ${INSTALL_SCRIPT} webcopy ${PREFIX}/bin |