diff options
Diffstat (limited to 'pkgtools/libkver/Makefile')
-rw-r--r-- | pkgtools/libkver/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/libkver/Makefile b/pkgtools/libkver/Makefile index e6406b4cf27..dcc138067f0 100644 --- a/pkgtools/libkver/Makefile +++ b/pkgtools/libkver/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2004/07/06 09:45:38 cube Exp $ +# $NetBSD: Makefile,v 1.12 2005/01/06 05:32:29 tv Exp $ DISTNAME= libkver-${VERSION} CATEGORIES= pkgtools @@ -45,6 +45,6 @@ INSTALLATION_DIRS+= sbin .endif do-extract: - @${CP} -Rp ${FILESDIR} ${WRKSRC} + @${CP} -R ${FILESDIR} ${WRKSRC} .include "../../mk/bsd.pkg.mk" |