I don't know why I used both $X11BASE and $LOCALBASE for installing

destination.

Pointed out by:	bento
This commit is contained in:
Jun Kuriyama 2000-08-14 05:49:49 +00:00
parent 83aaf7b6f0
commit 3748baa68f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31636

View file

@ -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: