diff options
author | plunky <plunky@pkgsrc.org> | 2008-07-28 20:08:39 +0000 |
---|---|---|
committer | plunky <plunky@pkgsrc.org> | 2008-07-28 20:08:39 +0000 |
commit | a9a33162d7df99ca4699f3670889e13c0f23e032 (patch) | |
tree | 87d4280e6dc114e2b82d1edf550a2d99fe2e0023 /archivers | |
parent | bf3e1a2af771d2fb18ea703bb0ab46d7ab76820c (diff) | |
download | pkgsrc-a9a33162d7df99ca4699f3670889e13c0f23e032.tar.gz |
add bin to INSTALLATION_DIRS
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/lcab/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/lcab/Makefile b/archivers/lcab/Makefile index f427d706a9c..5f4e015b3e7 100644 --- a/archivers/lcab/Makefile +++ b/archivers/lcab/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2008/07/28 19:42:33 plunky Exp $ +# $NetBSD: Makefile,v 1.10 2008/07/28 20:08:39 plunky Exp $ # DISTNAME= lcab-1.0b12 @@ -14,7 +14,7 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes -INSTALLATION_DIRS= ${PKGMANDIR}/man1 +INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 post-install: ${INSTALL_MAN} ${WRKSRC}/lcab.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/lcab.1 |