diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2005-07-31 14:30:36 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2005-07-31 14:30:36 +0000 |
commit | bf908003b68a56d0d5c1aae4bfbfe016cb475de1 (patch) | |
tree | df9d7479c72fe4698ac0fc482b7f9c03fdb47b3e | |
parent | adf899e323da5aeec9ca6f0fab77c7525c23acd2 (diff) |
Correct a filename.
PR: ports/84362
Submitted by: Jacquin antoine <antitbone@mad-troll.com>
Approved by: flz (maintainer)
Notes
Notes:
svn path=/head/; revision=140564
-rw-r--r-- | net-p2p/ctorrent/Makefile | 2 | ||||
-rw-r--r-- | net/ctorrent/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/ctorrent/Makefile b/net-p2p/ctorrent/Makefile index f94eabb5475f..00583c5a9700 100644 --- a/net-p2p/ctorrent/Makefile +++ b/net-p2p/ctorrent/Makefile @@ -24,7 +24,7 @@ PATCHFILES= patchset-ctorrent-1.3.4-dnh1.diff PLIST_FILES= bin/ctorrent CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} -PORTDOCS= README-DNH.txt +PORTDOCS= README-DNH.TXT .if !defined(NOPORTDOCS) post-install: diff --git a/net/ctorrent/Makefile b/net/ctorrent/Makefile index f94eabb5475f..00583c5a9700 100644 --- a/net/ctorrent/Makefile +++ b/net/ctorrent/Makefile @@ -24,7 +24,7 @@ PATCHFILES= patchset-ctorrent-1.3.4-dnh1.diff PLIST_FILES= bin/ctorrent CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} -PORTDOCS= README-DNH.txt +PORTDOCS= README-DNH.TXT .if !defined(NOPORTDOCS) post-install: |