summaryrefslogtreecommitdiff
path: root/devel/p4/Makefile
diff options
context:
space:
mode:
authorLars Thegler <lth@FreeBSD.org>2005-04-08 14:53:59 +0000
committerLars Thegler <lth@FreeBSD.org>2005-04-08 14:53:59 +0000
commit916801dfad89b57b91c00ce2247edf292cfee51d (patch)
treefcbad2beec5396102df3437a907c38a2ec335ba9 /devel/p4/Makefile
parentUpdate to 2.030 (diff)
Backing out part of last commit, that was breaking the version string.
Noticed by: chkversion Pointy hat to: lth
Notes
Notes: svn path=/head/; revision=132766
Diffstat (limited to 'devel/p4/Makefile')
-rw-r--r--devel/p4/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/p4/Makefile b/devel/p4/Makefile
index a3acc7cbabb1..460cf818e8dd 100644
--- a/devel/p4/Makefile
+++ b/devel/p4/Makefile
@@ -18,13 +18,11 @@ EXTRACT_ONLY= # none
MAINTAINER= lth@FreeBSD.org
COMMENT= Perforce client and server
-.include <bsd.port.pre.mk>
-
#
# This is a kludge. I don't know a better way to set PORTVERSION and
# PORTREVISION such that pkg_version figures out an update is needed
#
-ARCH!= ${UNAME} -p
+ARCH!= /usr/bin/uname -p
ARCH?= i386
.if (${ARCH} == i386) || (${ARCH} == amd64)
@@ -60,6 +58,8 @@ NO_WRKSUBDIR= yes
PLIST_FILES= ${BIN_FILES:S+^+bin/+g} \
${SBIN_FILES:S+^+sbin/+g}
+.include <bsd.port.pre.mk>
+
# These variables are all configurable.
PERFORCE_USER?= p4admin
PERFORCE_UID?= 94