1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

Uncomment hardcoded PREFIX

Reported by:	QAT
This commit is contained in:
Tilman Keskinoz 2009-07-08 14:10:20 +00:00
parent 26bb85dd57
commit ac10bf289e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=237426

View File

@ -30,6 +30,9 @@ USE_GETTEXT= yes
.include <bsd.port.pre.mk>
post-patch:
${REINPLACE_CMD} -e "s,^PREFIX,#PREFIX," ${WRKSRC}/Makefile
post-configure:
${SED} -e "s,@VERSION@,${PORTVERSION}," < ${WRKSRC}/lib/Makefile.PL.in > ${WRKSRC}/lib/Makefile.PL
cd ${WRKSRC}/lib; ${PERL} Makefile.PL