diff options
author | lawrance <lawrance@FreeBSD.org> | 2005-07-31 14:30:36 +0000 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2005-07-31 14:30:36 +0000 |
commit | dc5794abc0438e08c439969814b85cd2a6a96501 (patch) | |
tree | 54e128750264c25c50a939ba07c772c7d5e261ba /net-p2p/ctorrent/Makefile | |
parent | 74bde01881e7a050cb702dc28eceba88927bc253 (diff) | |
download | FreeBSD-ports-dc5794abc0438e08c439969814b85cd2a6a96501.zip FreeBSD-ports-dc5794abc0438e08c439969814b85cd2a6a96501.tar.gz |
Correct a filename.
PR: ports/84362
Submitted by: Jacquin antoine <antitbone@mad-troll.com>
Approved by: flz (maintainer)
Diffstat (limited to 'net-p2p/ctorrent/Makefile')
-rw-r--r-- | net-p2p/ctorrent/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/ctorrent/Makefile b/net-p2p/ctorrent/Makefile index f94eabb..00583c5 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: |