diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-07-25 12:32:43 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-07-25 12:32:43 +0000 |
commit | 65f96029b948d9153c807b635b6f35c65569cf27 (patch) | |
tree | 0de702a61c4c9e3a5d31ce28b91a43987a1ed513 /net/vnc | |
parent | 9e0dbf85e2922b02ce1e57381569331cd55cd7b5 (diff) |
Um, you need to define IGNOREFILES if you want to set checksum to IGNORE.
(Otherwise bsd.port.mk will complain!)
Notes
Notes:
svn path=/head/; revision=12113
Diffstat (limited to 'net/vnc')
-rw-r--r-- | net/vnc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/vnc/Makefile b/net/vnc/Makefile index ff880e5a5c85..cffa6a9269b6 100644 --- a/net/vnc/Makefile +++ b/net/vnc/Makefile @@ -3,7 +3,7 @@ # Date created: 24 February 1998 # Whom: msmith # -# $Id: Makefile,v 1.2 1998/03/19 01:54:59 msmith Exp $ +# $Id: Makefile,v 1.3 1998/07/20 17:48:40 msmith Exp $ # DISTNAME= vnc-3.3.2_unixsrc @@ -18,6 +18,7 @@ MAINTAINER= bmah@ca.sandia.gov USE_PERL5= YES EXTRACT_ONLY= vnc-3.3.2_unixsrc.tgz +IGNOREFILES= ${DISTFILES} NO_WRKSUBDIR= YES |