diff options
author | flz <flz@FreeBSD.org> | 2005-07-31 00:47:50 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-07-31 00:47:50 +0800 |
commit | 76a77569f63cdbd309673213d8be2acf700ac650 (patch) | |
tree | 2dbd4c7c5b7be860524b52d9e073756fd87bcf78 /net-p2p/ctorrent | |
parent | 5f1a04adb4ddf7c31cfee933c06bfb300480448e (diff) | |
download | freebsd-ports-gnome-76a77569f63cdbd309673213d8be2acf700ac650.tar.gz freebsd-ports-gnome-76a77569f63cdbd309673213d8be2acf700ac650.tar.zst freebsd-ports-gnome-76a77569f63cdbd309673213d8be2acf700ac650.zip |
- Fix README-DNH.txt filename.
Reported by: pointyhat via kris
Pointyhat to: flz
Diffstat (limited to 'net-p2p/ctorrent')
-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 0bc44f368f98..f94eabb5475f 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 +PORTDOCS= README-DNH.txt .if !defined(NOPORTDOCS) post-install: |