diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-06 13:12:38 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-06 13:12:38 +0000 |
commit | 8ea40a7ea7a5b62fe58884478d0e09e6f4ed5e62 (patch) | |
tree | 4f439ef6f88e16edcdb123207c7983c9a6c8f046 /www/webcopy | |
parent | aa4ccc7b6a5c4c46438d7bb704de6eec9694c085 (diff) | |
download | ports-8ea40a7ea7a5b62fe58884478d0e09e6f4ed5e62.tar.gz ports-8ea40a7ea7a5b62fe58884478d0e09e6f4ed5e62.zip |
Notes
Diffstat (limited to 'www/webcopy')
-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 |