diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-13 12:54:57 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-13 12:54:57 +0000 |
commit | f725dc8ef5848b5e69ebefdc7c1f1517f26643fb (patch) | |
tree | 61e738084a4bfbaac41e371a863552bfb8c6ed2a /textproc/jade | |
parent | 985ad018658ea12b1f67b9a76f8252fac0982438 (diff) | |
download | ports-f725dc8ef5848b5e69ebefdc7c1f1517f26643fb.tar.gz ports-f725dc8ef5848b5e69ebefdc7c1f1517f26643fb.zip |
Notes
Diffstat (limited to 'textproc/jade')
-rw-r--r-- | textproc/jade/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/jade/Makefile b/textproc/jade/Makefile index f9116e773434..377a7171808d 100644 --- a/textproc/jade/Makefile +++ b/textproc/jade/Makefile @@ -34,7 +34,8 @@ post-extract: @${CHMOD} u+w ${WRKSRC}/configure pre-install: - @find ${WRKSRC} \( -name \*.orig -o -name \*~ \) -exec ${RM} -f \{} \; + @${FIND} ${WRKSRC} \( -name \*.orig -o -name \*~ \) \ + -exec ${RM} -f \{} \; post-install: .for i in jade nsgmls sgmlnorm spam spent sx |