diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-07-31 00:47:50 +0800 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-07-31 00:47:50 +0800 |
commit | c922014e07b435c15b97828af8f7978148ae7220 (patch) | |
tree | 542c38b6c839ac5c93d46d11673cd369ece85c82 /net/ctorrent | |
parent | 10031b58b190cdfc2583b3f55deaeea032b058ea (diff) | |
download | freebsd-ports-gnome-c922014e07b435c15b97828af8f7978148ae7220.tar.gz freebsd-ports-gnome-c922014e07b435c15b97828af8f7978148ae7220.tar.zst freebsd-ports-gnome-c922014e07b435c15b97828af8f7978148ae7220.zip |
- Fix README-DNH.txt filename.
Reported by: pointyhat via kris
Pointyhat to: flz
Diffstat (limited to 'net/ctorrent')
-rw-r--r-- | net/ctorrent/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ctorrent/Makefile b/net/ctorrent/Makefile index 0bc44f368f98..f94eabb5475f 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 +PORTDOCS= README-DNH.txt .if !defined(NOPORTDOCS) post-install: |