aboutsummaryrefslogtreecommitdiffstats
path: root/mail/popper/pkg-req
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1997-10-08 17:05:38 +0800
committerache <ache@FreeBSD.org>1997-10-08 17:05:38 +0800
commit87eb31e3bf2a82787c2053ef06a8647876a98c26 (patch)
tree3cb065c1bda63ff95e140620ad7f59e8e90e19cd /mail/popper/pkg-req
parent44c54d82cce394eec62a679734ad909db94a05f2 (diff)
downloadfreebsd-ports-gnome-87eb31e3bf2a82787c2053ef06a8647876a98c26.tar.gz
freebsd-ports-gnome-87eb31e3bf2a82787c2053ef06a8647876a98c26.tar.zst
freebsd-ports-gnome-87eb31e3bf2a82787c2053ef06a8647876a98c26.zip
Remove NO_PACKAGE and add pkg/REQ instead
Diffstat (limited to 'mail/popper/pkg-req')
-rw-r--r--mail/popper/pkg-req12
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/popper/pkg-req b/mail/popper/pkg-req
new file mode 100644
index 000000000000..62e0f233117f
--- /dev/null
+++ b/mail/popper/pkg-req
@@ -0,0 +1,12 @@
+if [ "$2" != "INSTALL" ]; then
+ exit 0
+fi
+if ! id -u pop > /dev/null 2>&1; then
+ echo "You need an account \"pop\" to install this package."
+ echo "Please add it by hand (try \"man vipw\") and try again."
+ echo ""
+ echo "An example passwd entry is:"
+ echo "pop:*:68:6::0:0:Post Office Owner:/nonexistent:/nonexistent"
+ echo ""
+ exit 1
+fi