diff options
-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. +************************************************************************* |