mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Remove "temporary" symlinks which could cause a build to fail.
This commit is contained in:
parent
708ad2de25
commit
61ecca67fb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=71246
@ -11,7 +11,7 @@
|
||||
|
||||
PORTNAME= autoconf213
|
||||
PORTVERSION= 2.13.000227
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEWARE} ${MASTER_SITE_GNU}
|
||||
MASTER_SITE_SUBDIR= binutils autoconf
|
||||
@ -54,7 +54,5 @@ post-install:
|
||||
.endfor
|
||||
install-info ${PREFIX}/info/autoconf213.info \
|
||||
${PREFIX}/info/dir
|
||||
# temporary
|
||||
${LN} -s . ${PREFIX}/share/autoconf213/autoconf
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -29,6 +29,5 @@ share/autoconf213/autoheader.m4f
|
||||
share/autoconf213/config.guess
|
||||
share/autoconf213/config.sub
|
||||
share/autoconf213/install-sh
|
||||
share/autoconf213/autoconf
|
||||
@dirrm libexec/autoconf213
|
||||
@dirrm share/autoconf213
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= automake14
|
||||
PORTVERSION= 1.4.5
|
||||
PORTREVISION= 8
|
||||
PORTREVISION= 9
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
MASTER_SITE_SUBDIR= automake
|
||||
@ -46,9 +46,6 @@ pre-install:
|
||||
${MKDIR} ${PREFIX}/share/automake14
|
||||
${MKDIR} ${PREFIX}/share/aclocal14
|
||||
${MKDIR} ${PREFIX}/libexec/automake14
|
||||
# temporary
|
||||
cd ${PREFIX}/share/automake14; ln -s . automake
|
||||
cd ${PREFIX}/share/automake14; ln -s ../aclocal14 aclocal
|
||||
|
||||
post-install:
|
||||
.for i in aclocal automake
|
||||
|
@ -79,8 +79,6 @@ share/automake14/texi-vers.am
|
||||
share/automake14/texinfo.tex
|
||||
share/automake14/texinfos.am
|
||||
share/automake14/ylwrap
|
||||
share/automake14/aclocal
|
||||
share/automake14/automake
|
||||
@dirrm libexec/automake14
|
||||
@dirrm share/aclocal14
|
||||
@dirrm share/automake14
|
||||
|
Loading…
Reference in New Issue
Block a user