aboutsummaryrefslogtreecommitdiffstats
path: root/games/sex/Makefile
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>2001-05-31 01:18:27 +0800
committersheldonh <sheldonh@FreeBSD.org>2001-05-31 01:18:27 +0800
commitc4989d5d1f334890a93f448a026c1f71a4564e7d (patch)
tree670b5355b42b30ca2e08d13e14ea84227fb3eaca /games/sex/Makefile
parent5c75789fc7be6add7848ed6db50f81c281b1639f (diff)
downloadfreebsd-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/sex/Makefile')
-rw-r--r--games/sex/Makefile3
1 files changed, 3 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>