1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

fix port that did not follow the automake/autoconf rules; approved by kris; FOLLOW THE RULES, PEOPLE!

This commit is contained in:
Alan Eldridge 2002-12-20 10:40:08 +00:00
parent 7bfb73fc03
commit f7bcfbb621
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=71734
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
post-patch:
.for AM in config.sub config.guess install-sh missing mkinstalldirs
${LN} -fs ${LOCALBASE}/share/automake14/automake/${AM} ${WRKSRC}/${AM}
${LN} -fs ${AUTOMAKE_DIR}/${AM} ${WRKSRC}/${AM}
.endfor
@${REINPLACE_CMD} -e 's|%%X11BASE%%|${X11BASE}|g' \
${WRKSRC}/src/gnome-cmd-data.c

View File

@ -30,7 +30,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
post-patch:
.for AM in config.sub config.guess install-sh missing mkinstalldirs
${LN} -fs ${LOCALBASE}/share/automake14/automake/${AM} ${WRKSRC}/${AM}
${LN} -fs ${AUTOMAKE_DIR}/${AM} ${WRKSRC}/${AM}
.endfor
@${REINPLACE_CMD} -e 's|%%X11BASE%%|${X11BASE}|g' \
${WRKSRC}/src/gnome-cmd-data.c