diff options
Diffstat (limited to 'converters/base64')
-rw-r--r-- | converters/base64/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/base64/Makefile b/converters/base64/Makefile index 651f92caf92..da558b980f0 100644 --- a/converters/base64/Makefile +++ b/converters/base64/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2008/03/03 05:51:07 jlam Exp $ +# $NetBSD: Makefile,v 1.22 2008/04/07 16:35:18 joerg Exp $ DISTNAME= base64-1.5 CATEGORIES= converters @@ -14,7 +14,7 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes BUILD_TARGET= prog -INSTALLATION_DIRS= bin +INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/base64 ${DESTDIR}${PREFIX}/bin |