1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00

get rid of USE_REINPLACE

This commit is contained in:
Dirk Meyer 2002-10-29 20:58:39 +00:00
parent 477d38785e
commit 671834320c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69126

View File

@ -15,7 +15,6 @@ RESTRICTED= ROMs are copyrighted by Commodore Business Machines
NO_CDROM= ${RESTRICTED}
NO_PACKAGE= ${RESTRICTED}
USE_REINPLACE= yes
USE_XPM= yes
WANT_GNOME= yes
GNU_CONFIGURE= yes
@ -45,7 +44,9 @@ post-extract:
@${RM} -f ${WRKSRC}/doc/vice.info*
post-patch:
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/man/vice.1
@${MV} ${WRKSRC}/man/vice.1 ${WRKSRC}/man/vice.1.sed
${SED} -e "s=%%PREFIX%%=${PREFIX}=g" \
${WRKSRC}/man/vice.1.sed > ${WRKSRC}/man/vice.1
post-install:
@${LN} -sf vice_toc.html ${DOCSDIR}/index.html