diff options
Diffstat (limited to 'sysutils/gpart/Makefile')
-rw-r--r-- | sysutils/gpart/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/gpart/Makefile b/sysutils/gpart/Makefile index 8c53ace021f..a9f05412173 100644 --- a/sysutils/gpart/Makefile +++ b/sysutils/gpart/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/10/04 21:59:34 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2010/02/04 21:14:02 heinz Exp $ DISTNAME= gpart-0.1h PKGREVISION= 1 @@ -8,6 +8,9 @@ MASTER_SITES= http://www.stud.uni-hannover.de/user/76201/gpart/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.stud.uni-hannover.de/user/76201/gpart/ COMMENT= Tool to show the partitions on a PC type harddisk +LICENSE= gnu-gpl-v2 + +PKG_DESTDIR_SUPPORT= user-destdir USE_TOOLS+= gmake |