From 3dbd14a845651251083fcbb7944efaabbc952019 Mon Sep 17 00:00:00 2001 From: Sheldon Hearn Date: Wed, 30 May 2001 17:18:27 +0000 Subject: As per the will's original suggestion, which I misunderstood, place a warning in pkg-message, which is displayed at pkg_add time, and display it from the post-install target as well. --- games/sex/Makefile | 3 +++ games/sex/pkg-message | 6 ++++++ 2 files changed, 9 insertions(+) create mode 100644 games/sex/pkg-message (limited to 'games') diff --git a/games/sex/Makefile b/games/sex/Makefile index fc439f12c58f..881457d810ef 100644 --- a/games/sex/Makefile +++ b/games/sex/Makefile @@ -16,4 +16,7 @@ MAINTAINER= freebsd@spatula.net MAN6= sex.6 MANCOMPRESSED= yes +post-install: + @${CAT} ${PKGMESSAGE} + .include diff --git a/games/sex/pkg-message b/games/sex/pkg-message new file mode 100644 index 000000000000..ebe80eced9f0 --- /dev/null +++ b/games/sex/pkg-message @@ -0,0 +1,6 @@ +Be advised: +=========== + +The output of this program is of a sexually explicit nature and may +offend some viewers. + -- cgit v1.2.3