touch -> ${TOUCH}
This commit is contained in:
parent
eccd5cc39a
commit
baedb69a2c
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2001/06/08 21:03:05 cjones Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2001/06/09 15:22:41 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= semantic-1.3.3
|
||||
|
@ -42,7 +42,7 @@ BNFFILES= c.bnf make.bnf
|
|||
|
||||
# XXX broken info
|
||||
post-extract:
|
||||
cd ${WRKSRC} && touch semantic.info
|
||||
cd ${WRKSRC} && ${TOUCH} semantic.info
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/${LISPDIR}
|
||||
|
|
Loading…
Reference in a new issue