summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2005-09-30 01:05:14 +0000
committersobomax <sobomax@FreeBSD.org>2005-09-30 01:05:14 +0000
commitc6efbad7d620c037c764fea299746d2e5cc71a08 (patch)
tree0e60c7f393c3be324d198f7bd4371870a1f6b2d2 /net
parent14d56cdeabd41b8f0a64a1db237d590f2ba75ba6 (diff)
downloadFreeBSD-ports-c6efbad7d620c037c764fea299746d2e5cc71a08.zip
FreeBSD-ports-c6efbad7d620c037c764fea299746d2e5cc71a08.tar.gz
${LOCALBASE} -> ${PREFIX} where appropriate.
PR: 80394 Submitted by: Vasil Dimov <vd@datamax.bg>
Diffstat (limited to 'net')
-rw-r--r--net/stund/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/stund/Makefile b/net/stund/Makefile
index af75064..d072b37 100644
--- a/net/stund/Makefile
+++ b/net/stund/Makefile
@@ -23,7 +23,7 @@ USE_GMAKE= yes
USE_RC_SUBR= stund.sh
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/server ${LOCALBASE}/sbin/stund
- ${INSTALL_PROGRAM} ${WRKSRC}/client ${LOCALBASE}/bin/stun_client
+ ${INSTALL_PROGRAM} ${WRKSRC}/server ${PREFIX}/sbin/stund
+ ${INSTALL_PROGRAM} ${WRKSRC}/client ${PREFIX}/bin/stun_client
.include <bsd.port.mk>
OpenPOWER on IntegriCloud