mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Use PREFIX instead of /usr/local.
Noted by: many people
This commit is contained in:
parent
77394c57cc
commit
e73e818358
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=23915
@ -33,4 +33,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
MAN1= midc.1
|
||||
MAN8= mcserv.8
|
||||
|
||||
post-patch:
|
||||
${PERL} -i -p -e 's,%%PREFIX%%,${PREFIX},g' ${WRKSRC}/vfs/extfs/uzip.in
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -5,7 +5,7 @@
|
||||
#
|
||||
|
||||
-DZIP=/usr/bin
|
||||
+DZIP=/usr/local/bin
|
||||
+DZIP=%%PREFIX%%/bin
|
||||
XZIP="$DZIP/zip -g"
|
||||
XDZIP="$DZIP/zip -d"
|
||||
XUNZIP="$DZIP/unzip"
|
||||
|
Loading…
Reference in New Issue
Block a user