diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2011-10-16 09:32:11 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2011-10-16 09:32:11 +0000 |
commit | 5d26fb9f7fee16aaca19a8958f56ca476d77d5de (patch) | |
tree | 2fa5f23221cebe495b893e5df7919ee094e111ca /net/clamz | |
parent | b25bdef2a0d78200c2360adc5a6fa5e7ffcba4bf (diff) | |
download | ports-5d26fb9f7fee16aaca19a8958f56ca476d77d5de.tar.gz ports-5d26fb9f7fee16aaca19a8958f56ca476d77d5de.zip |
Notes
Diffstat (limited to 'net/clamz')
-rw-r--r-- | net/clamz/Makefile | 5 | ||||
-rw-r--r-- | net/clamz/pkg-message | 9 |
2 files changed, 14 insertions, 0 deletions
diff --git a/net/clamz/Makefile b/net/clamz/Makefile index e564b7b6346a..f09dbec5cc3f 100644 --- a/net/clamz/Makefile +++ b/net/clamz/Makefile @@ -26,4 +26,9 @@ USE_GNOME= pkgconfig MAN1= ${PORTNAME}.1 +post-install: + @${ECHO} + @${CAT} ${PKGMESSAGE} + @${ECHO} + .include <bsd.port.mk> diff --git a/net/clamz/pkg-message b/net/clamz/pkg-message new file mode 100644 index 000000000000..8b414563bce9 --- /dev/null +++ b/net/clamz/pkg-message @@ -0,0 +1,9 @@ +************************************************************************* +For convenience, users may want to set a cookie using the link on +http://code.google.com/p/clamz/. It is feasible to substitute the top +level domain of the link provided there with the applicable amazon-TLD, +such as http://www.amazon.com/<...> with http://www.amazon.de/<...> +Not having the cookie set, users will fail to download Amazon .amz files +to download albums and are presented with information on how to download +amz-downloaders other than clamz. +************************************************************************* |