diff options
author | stacktic <stacktic@pkgsrc.org> | 2013-05-25 15:19:26 +0000 |
---|---|---|
committer | stacktic <stacktic@pkgsrc.org> | 2013-05-25 15:19:26 +0000 |
commit | c089d069cbbdb141923fb02de9b36d9b39015558 (patch) | |
tree | 789ce9c38f76e51ef70b4d3544c6420edb84fc97 /filesystems/fs-utils | |
parent | 616f5fee644dd3bfcc9d225fddd1a8dfa4fe9b72 (diff) | |
download | pkgsrc-c089d069cbbdb141923fb02de9b36d9b39015558.tar.gz |
Add DragonFly to supported plateforms
Diffstat (limited to 'filesystems/fs-utils')
-rw-r--r-- | filesystems/fs-utils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/filesystems/fs-utils/Makefile b/filesystems/fs-utils/Makefile index 32d4355ebb1..52c344ef278 100644 --- a/filesystems/fs-utils/Makefile +++ b/filesystems/fs-utils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2013/05/01 17:16:06 stacktic Exp $ +# $NetBSD: Makefile,v 1.14 2013/05/25 15:19:26 stacktic Exp $ # GIT_COMMIT= a6bfcf @@ -14,7 +14,7 @@ COMMENT= Tools to access/modify a file system image through RUMP LICENSE= 2-clause-bsd DEPENDS+= rump-2013[0-9]*:../../misc/rump -ONLY_FOR_PLATFORM= Linux-*-* SunOS-*-* NetBSD-*-* +ONLY_FOR_PLATFORM= Linux-*-* SunOS-*-* NetBSD-*-* DragonFly-*-* INSTALLATION_DIRS= bin lib include ${PKGMANDIR}/man1 ${PKGMANDIR}/man3 |