diff options
author | rm <rm@FreeBSD.org> | 2013-02-18 02:25:26 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2013-02-18 02:25:26 +0800 |
commit | 744ef3e5c70390bf845ac6f19c85c5dbee43e7cd (patch) | |
tree | c0c69e4e1839b8cc722b8ab408fad5179c9234d7 /misc/wotsap | |
parent | c0da44bab8d0ededf07aff7ebecc15906d9f9af4 (diff) | |
download | freebsd-ports-gnome-744ef3e5c70390bf845ac6f19c85c5dbee43e7cd.tar.gz freebsd-ports-gnome-744ef3e5c70390bf845ac6f19c85c5dbee43e7cd.tar.zst freebsd-ports-gnome-744ef3e5c70390bf845ac6f19c85c5dbee43e7cd.zip |
- 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)
Diffstat (limited to 'misc/wotsap')
-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 1e6cbc06cef6..42800a89afe0 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 |