diff options
author | Bill Fenner <fenner@FreeBSD.org> | 2000-01-21 17:48:15 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 2000-01-21 17:48:15 +0000 |
commit | 575ffed720b2343b747228932abd8178202160fa (patch) | |
tree | a59ac230df1c9c1018a68f5f7de1fc109ec381aa | |
parent | 3f7810240eafd63d3d7d5273d30ba14938bca3ff (diff) |
Forgot to fix CHANGES.html in last update.
Notes
Notes:
svn path=/head/; revision=24876
-rw-r--r-- | mbone/rtptools/Makefile | 2 | ||||
-rw-r--r-- | net/rtptools/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mbone/rtptools/Makefile b/mbone/rtptools/Makefile index c643af60de03..2908ef56c818 100644 --- a/mbone/rtptools/Makefile +++ b/mbone/rtptools/Makefile @@ -14,7 +14,7 @@ MAINTAINER= fenner@FreeBSD.org GNU_CONFIGURE= yes -DOCFILES= README CHANGES.html rtptools.html +DOCFILES= README ChangeLog.html rtptools.html post-install: .if !defined(NOPORTDOCS) diff --git a/net/rtptools/Makefile b/net/rtptools/Makefile index c643af60de03..2908ef56c818 100644 --- a/net/rtptools/Makefile +++ b/net/rtptools/Makefile @@ -14,7 +14,7 @@ MAINTAINER= fenner@FreeBSD.org GNU_CONFIGURE= yes -DOCFILES= README CHANGES.html rtptools.html +DOCFILES= README ChangeLog.html rtptools.html post-install: .if !defined(NOPORTDOCS) |