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:
parent
7bfb73fc03
commit
f7bcfbb621
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=71734
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user