diff options
author | rm <rm@FreeBSD.org> | 2013-02-17 18:25:26 +0000 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2013-02-17 18:25:26 +0000 |
commit | 744ef3e5c70390bf845ac6f19c85c5dbee43e7cd (patch) | |
tree | c0c69e4e1839b8cc722b8ab408fad5179c9234d7 | |
parent | c0da44bab8d0ededf07aff7ebecc15906d9f9af4 (diff) | |
download | FreeBSD-ports-744ef3e5c70390bf845ac6f19c85c5dbee43e7cd.zip FreeBSD-ports-744ef3e5c70390bf845ac6f19c85c5dbee43e7cd.tar.gz |
- instruct portscout to not check for updates, because 0.7 is the last release
according to [1]
[1] http://www.lysator.liu.se/~jc/wotsap/news.html (see latest entry)
-rw-r--r-- | misc/wotsap/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/wotsap/Makefile b/misc/wotsap/Makefile index 1e6cbc0..42800a8 100644 --- a/misc/wotsap/Makefile +++ b/misc/wotsap/Makefile @@ -16,6 +16,7 @@ USE_PYTHON_RUN= -2.7 NO_BUILD= yes PLIST_FILES= bin/pks2wot bin/wotsap +PORTSCOUT= ignore:1 do-install: ${INSTALL_SCRIPT} ${WRKSRC}/pks2wot ${PREFIX}/bin |