summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormjl <mjl>2002-10-12 18:18:22 +0000
committermjl <mjl>2002-10-12 18:18:22 +0000
commitcc7eefa04e73288468ad7ef10edab747609267c8 (patch)
tree701418f7b0012b19ef48b5ced6120ae3b859e765
parent25f139fd3599bb77e218c450ef4c0a17a876b136 (diff)
downloadpkgsrc-cc7eefa04e73288468ad7ef10edab747609267c8.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"