diff options
author | mjl <mjl@pkgsrc.org> | 2002-10-12 18:18:22 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2002-10-12 18:18:22 +0000 |
commit | d59bf13d23b7ece139601afad1506fbf5309c6ce (patch) | |
tree | 701418f7b0012b19ef48b5ced6120ae3b859e765 /mail/bmf | |
parent | 2c37b9e731d4002e7d4903f4f5c0b28c5c45948e (diff) | |
download | pkgsrc-d59bf13d23b7ece139601afad1506fbf5309c6ce.tar.gz |
Correct copying of pre-build man pages, PR/18623.
Diffstat (limited to 'mail/bmf')
-rw-r--r-- | mail/bmf/Makefile | 4 |
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" |