diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-11-30 23:14:17 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-11-30 23:14:17 +0000 |
commit | ecb193ca080c61c17d564abc329c59f5e6a9c606 (patch) | |
tree | 8956cf1faf4e57f12f8fc3220dc571b516472e7a | |
parent | 8301ced0684476a28229b7c0e53b6868f6a40853 (diff) | |
download | ports-ecb193ca080c61c17d564abc329c59f5e6a9c606.tar.gz ports-ecb193ca080c61c17d564abc329c59f5e6a9c606.zip |
Notes
-rw-r--r-- | security/drwebd/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/security/drwebd/Makefile b/security/drwebd/Makefile index 05b9f140c051..698793c087c8 100644 --- a/security/drwebd/Makefile +++ b/security/drwebd/Makefile @@ -14,13 +14,11 @@ MAINTAINER= ache@FreeBSD.org DESCR= ${PORTSDIR}/security/drweb/pkg-descr -NO_BUILD= yes -NO_WRKSUBDIR= yes - RUN_DEPENDS= ${LOCALBASE}/drweb/drwebd:${PORTSDIR}/security/drweb -checksum: - @${DO_NADA} +NO_BUILD= yes +NO_WRKSUBDIR= yes +NO_CHECKSUM= yes do-fetch: @${DO_NADA} |