I don't know why I used both $X11BASE and $LOCALBASE for installing
destination. Pointed out by: bento
This commit is contained in:
parent
83aaf7b6f0
commit
3748baa68f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31636
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ HAS_CONFIGURE= YES
|
|||
post-patch:
|
||||
@(cd ${WRKSRC}; \
|
||||
${MV} config.c config.c.tmp; \
|
||||
${SED} -e s@/usr/local/@${X11BASE}/@ -e s@/usr/share/asclock@${LOCALBASE}/share/asclock@ < config.c.tmp > config.c )
|
||||
${SED} -e s@/usr/local/@${PREFIX}/@ -e s@/usr/share/asclock@${PREFIX}/share/asclock@ < config.c.tmp > config.c )
|
||||
|
||||
.if defined(BATCH)
|
||||
pre-configure:
|
||||
|
|
Loading…
Reference in a new issue