summaryrefslogtreecommitdiff
path: root/filesystems/fs-utils/Makefile
diff options
context:
space:
mode:
authorstacktic <stacktic>2009-06-05 07:14:18 +0000
committerstacktic <stacktic>2009-06-05 07:14:18 +0000
commitbfa6422d424718613fba52c1ba4ad50ab4ad3fd8 (patch)
tree680cddb0a773d0dabae80ff84e94198870b11779 /filesystems/fs-utils/Makefile
parentc847b92b8684f28e037acdf60f3ca4a502bf12af (diff)
downloadpkgsrc-bfa6422d424718613fba52c1ba4ad50ab4ad3fd8.tar.gz
Updated fs-utils to 20090527
- Fixed some bugs - Added support of hardlink in fsu_ecp - Fixed PR pkg/41488
Diffstat (limited to 'filesystems/fs-utils/Makefile')
-rw-r--r--filesystems/fs-utils/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/filesystems/fs-utils/Makefile b/filesystems/fs-utils/Makefile
index 02d1520f84b..0ffb098d1bf 100644
--- a/filesystems/fs-utils/Makefile
+++ b/filesystems/fs-utils/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2009/02/11 22:04:40 stacktic Exp $
+# $NetBSD: Makefile,v 1.6 2009/06/05 07:14:18 stacktic Exp $
#
-DISTNAME= fs-utils_20090211
+DISTNAME= fs-utils_20090527
PKGNAME= ${DISTNAME:S/_/-/}
CATEGORIES= filesystems
MASTER_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/misc/stacktic/
@@ -10,12 +10,12 @@ MAINTAINER= stacktic@NetBSD.org
HOMEPAGE= http://www.NetBSD.org/~stacktic/fs-utils.html
COMMENT= Tools to access/modify a file system image through RUMP
-ONLY_FOR_PLATFORM= NetBSD-4.99.7[2-9]-* NetBSD-[5-9]*
+ONLY_FOR_PLATFORM= NetBSD-4.99.7[2-9]-* NetBSD-[5-9]*-*
PKG_DESTDIR_SUPPORT= user-destdir
USE_BSD_MAKEFILE= yes
-INSTALLATION_DIRS= bin lib ${PKGMANDIR}/cat1 ${PKGMANDIR}/man1
+INSTALLATION_DIRS= bin lib ${PKGMANDIR}/man1 ${PKGMANDIR}/man3
.include "../../mk/bsd.pkg.mk"