diff options
author | Adam David <adam@FreeBSD.org> | 1995-10-20 09:09:57 +0000 |
---|---|---|
committer | Adam David <adam@FreeBSD.org> | 1995-10-20 09:09:57 +0000 |
commit | ffa84f152066421d54f067dd1c87b836a3459fff (patch) | |
tree | 0361acbb982511a9c1860863a65a2c521817ceb7 /www/wn | |
parent | Version update (diff) |
added comment about NO_PACKAGE reason
Reviewed by: asami (said so)
Notes
Notes:
svn path=/head/; revision=2356
Diffstat (limited to 'www/wn')
-rw-r--r-- | www/wn/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/wn/Makefile b/www/wn/Makefile index 157cb857a520..3be442b15438 100644 --- a/www/wn/Makefile +++ b/www/wn/Makefile @@ -3,7 +3,7 @@ # Date created: 4 May 1995 # Whom: adam # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1995/10/20 00:42:32 adam Exp $ # DISTNAME= wn-1.11 @@ -11,7 +11,7 @@ CATEGORIES+= networking MASTER_SITES= ftp://ftp.acns.nwu.edu/pub/wn/ IS_INTERACTIVE= -NO_PACKAGE= +NO_PACKAGE= # hostname compiled in pre-patch: ${PATCH_COOKIE} @cp ${WRKSRC}/Makefile.dist ${WRKSRC}/Makefile |