aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p4p/pkg-plist
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2001-09-02 02:57:08 +0800
committerknu <knu@FreeBSD.org>2001-09-02 02:57:08 +0800
commit10038e9948bef09d352da5b9e837459ae7ef18d2 (patch)
treeff33e9be4d949d50b7838491c62a3db2fb32d483 /devel/p4p/pkg-plist
parent64e5821660f11b28a765315d5715d896cb379a48 (diff)
downloadfreebsd-ports-graphics-10038e9948bef09d352da5b9e837459ae7ef18d2.tar.gz
freebsd-ports-graphics-10038e9948bef09d352da5b9e837459ae7ef18d2.tar.zst
freebsd-ports-graphics-10038e9948bef09d352da5b9e837459ae7ef18d2.zip
- Update to version 01.1
- Support the alpha platform (although it is still at version 99.1) - Install p4ftpd - Create a non-privileged user and run p4d as the user - Dig directories and make the port plug-and-play - Change the configuration file's name to perforce.conf - Do not unconditionally remove perforce.conf on deinstall - Make almost all parameters (including directory layouts and user/group names) configurable via make variables - Make the startup script support "restart" - Take over the maintainership Approved by: Samuel Tardieu <sam@inf.enst.fr> (ex. MAINTAINER)
Diffstat (limited to 'devel/p4p/pkg-plist')
-rw-r--r--devel/p4p/pkg-plist7
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/p4p/pkg-plist b/devel/p4p/pkg-plist
index f5fca512c3c..31e0893152c 100644
--- a/devel/p4p/pkg-plist
+++ b/devel/p4p/pkg-plist
@@ -1,5 +1,4 @@
-bin/p4
-bin/p4web
-sbin/p4d
-etc/perforce
+@unexec if cmp -s %D/etc/perforce.conf %D/etc/perforce.conf.default; then rm -f %D/etc/perforce.conf; fi
+etc/perforce.conf.default
+@exec [ ! -f %B/perforce.conf ] && cp -p %B/%f %B/perforce.conf || true
etc/rc.d/perforce.sh