1
0
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:
Steve Price 1999-12-23 18:37:52 +00:00
parent 77394c57cc
commit e73e818358
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=23915
2 changed files with 4 additions and 1 deletions

View File

@ -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>

View File

@ -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"