diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2006-12-25 06:09:36 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2006-12-25 06:09:36 +0000 |
commit | b51c33ef521b0b02d9af5d370334418ebb942dbe (patch) | |
tree | da63f0c7ba560730e8435f1fc189ff92a300b055 /net-p2p | |
parent | - I forgot to bump PORTREVISION to sync with security/gnupg as of (diff) |
Fix install target: do not install files that do not exist
Notes
Notes:
svn path=/head/; revision=180688
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/mldonkey/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/mldonkey/Makefile b/net-p2p/mldonkey/Makefile index 48e6dd4e97d9..e45e7dffe569 100644 --- a/net-p2p/mldonkey/Makefile +++ b/net-p2p/mldonkey/Makefile @@ -85,8 +85,8 @@ CONFIGURE_ARGS+=--disable-gd LIB_DEPENDS+= gd.4:${PORTSDIR}/graphics/gd .endif -DOCFILES= Authors.txt Bugs.txt ChangeLog Developers.txt FAQ.html \ - Install.txt Readme.txt Todo.txt ed2k_links.txt +DOCFILES= Authors.txt Bugs.txt ChangeLog Developers.txt \ + Install.txt Todo.txt ed2k_links.txt PORTDOCS= ${DOCFILES} PKGMESSAGE= ${WRKDIR}/pkg-message |