1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Fix typo in post-extract.

Spotted by:	Olivier Saut <Olivier.Saut@gmm.insa-tlse.fr>
This commit is contained in:
Dag-Erling Smørgrav 2003-11-19 21:20:39 +00:00
parent 3857c650b7
commit 9b376bb135
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=94403
3 changed files with 3 additions and 3 deletions

View File

@ -42,7 +42,7 @@ MAN1= est-epsilon.1 fgfs.1 fgjs.1 gl-info.1 js_demo.1 pstest.1
CPIO?= /usr/bin/cpio
post-extract:
@{FIND} ${WRKSRC} \( -name '.#*' -or -name '*~' \) -print -delete
@${FIND} ${WRKSRC} \( -name '.#*' -or -name '*~' \) -print -delete
do-install:
@${ECHO} ">> Installing program"

View File

@ -42,7 +42,7 @@ MAN1= est-epsilon.1 fgfs.1 fgjs.1 gl-info.1 js_demo.1 pstest.1
CPIO?= /usr/bin/cpio
post-extract:
@{FIND} ${WRKSRC} \( -name '.#*' -or -name '*~' \) -print -delete
@${FIND} ${WRKSRC} \( -name '.#*' -or -name '*~' \) -print -delete
do-install:
@${ECHO} ">> Installing program"

View File

@ -42,7 +42,7 @@ MAN1= est-epsilon.1 fgfs.1 fgjs.1 gl-info.1 js_demo.1 pstest.1
CPIO?= /usr/bin/cpio
post-extract:
@{FIND} ${WRKSRC} \( -name '.#*' -or -name '*~' \) -print -delete
@${FIND} ${WRKSRC} \( -name '.#*' -or -name '*~' \) -print -delete
do-install:
@${ECHO} ">> Installing program"