diff options
author | tv <tv@pkgsrc.org> | 1999-05-24 17:26:03 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1999-05-24 17:26:03 +0000 |
commit | cb536caa67a3f9549f1383c879e41ca26a5506b1 (patch) | |
tree | a135022b4f05ef7446a05a1dd2156683c4488dee /archivers | |
parent | 95d1b3cfd8b4de1f4fe4eee53ed156b2d69767b6 (diff) | |
download | pkgsrc-cb536caa67a3f9549f1383c879e41ca26a5506b1.tar.gz |
s/INSTALL_DATA/INSTALL_MAN/
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/arc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/arc/Makefile b/archivers/arc/Makefile index dc5ceb7edd8..fed07bbc1f7 100644 --- a/archivers/arc/Makefile +++ b/archivers/arc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1999/05/22 19:54:08 tv Exp $ +# $NetBSD: Makefile,v 1.7 1999/05/24 17:26:03 tv Exp $ # FreeBSD Id: Makefile,v 1.7 1997/08/10 22:31:09 fenner Exp # @@ -15,6 +15,6 @@ NO_WRKSUBDIR= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/arc ${PREFIX}/bin/ ${INSTALL_PROGRAM} ${WRKSRC}/marc ${PREFIX}/bin/ - ${INSTALL_DATA} ${WRKSRC}/arc.1 ${PREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/arc.1 ${PREFIX}/man/man1/ .include "../../mk/bsd.pkg.mk" |