diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2001-05-31 01:18:27 +0800 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2001-05-31 01:18:27 +0800 |
commit | c4989d5d1f334890a93f448a026c1f71a4564e7d (patch) | |
tree | 670b5355b42b30ca2e08d13e14ea84227fb3eaca /games | |
parent | 5c75789fc7be6add7848ed6db50f81c281b1639f (diff) | |
download | freebsd-ports-gnome-c4989d5d1f334890a93f448a026c1f71a4564e7d.tar.gz freebsd-ports-gnome-c4989d5d1f334890a93f448a026c1f71a4564e7d.tar.zst freebsd-ports-gnome-c4989d5d1f334890a93f448a026c1f71a4564e7d.zip |
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.
Diffstat (limited to 'games')
-rw-r--r-- | games/sex/Makefile | 3 | ||||
-rw-r--r-- | games/sex/pkg-message | 6 |
2 files changed, 9 insertions, 0 deletions
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 <bsd.port.mk> 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. + |