diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-10-12 17:10:35 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-10-12 17:10:35 +0000 |
commit | 25a6971d066e7e670f6f0c729abe945331eddb78 (patch) | |
tree | 0406d69ab0370e9878415257ed438a3c1b87e3c2 /devel/p4p/pkg-install | |
parent | e75e665d46a1df34ac0b4ffeacdf2788082836b9 (diff) |
Update to 2004.2.
PR: ports/72427
Submitted by: david marshall <marshall@chezmarshall.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=119069
Diffstat (limited to 'devel/p4p/pkg-install')
-rw-r--r-- | devel/p4p/pkg-install | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/devel/p4p/pkg-install b/devel/p4p/pkg-install index b1c9c5d72e22..88b4d17472f4 100644 --- a/devel/p4p/pkg-install +++ b/devel/p4p/pkg-install @@ -44,7 +44,6 @@ PRE-INSTALL) fi if [ ! -d $PERFORCE_HOME ] ; then -echo hey mkdir -p $PERFORCE_HOME $PERFORCE_LOGS $PERFORCE_ROOT chown -R $USER:$GROUP $PERFORCE_HOME fi |