summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormjl <mjl>2002-10-12 18:18:22 +0000
committermjl <mjl>2002-10-12 18:18:22 +0000
commit2c5a52a1cee0b5a0990fba6ade2a395699858302 (patch)
tree701418f7b0012b19ef48b5ced6120ae3b859e765
parent1b4e8677312d908ec775db59476c27270654df42 (diff)
downloadpkgsrc-2c5a52a1cee0b5a0990fba6ade2a395699858302.tar.gz
Correct copying of pre-build man pages, PR/18623.
-rw-r--r--mail/bmf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/bmf/Makefile b/mail/bmf/Makefile
index 1ea54c6d0d7..a610dc4edd9 100644
--- a/mail/bmf/Makefile
+++ b/mail/bmf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/10/10 11:05:31 mjl Exp $
+# $NetBSD: Makefile,v 1.2 2002/10/12 18:18:22 mjl Exp $
#
DISTNAME= bmf-0.84
@@ -21,6 +21,6 @@ ALL_TARGET= apps
# ship pre-build man pages (snarfed from the Debian package).
post-build:
- ${CP} files/* ${WRKSRC}
+ ${CP} files/*.1 ${WRKSRC}
.include "../../mk/bsd.pkg.mk"