diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2012-06-13 21:34:43 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2012-06-13 21:34:43 +0000 |
commit | a3b75e88c6bfcf06573cd92daab0b47e6c5608f7 (patch) | |
tree | 4af760f6d4238638ed94da6b1216f902d123b392 /sysutils/e2fsprogs/Makefile | |
parent | 1599ee2c87565967c1a2706524c32baac07fc3ab (diff) |
Notes
Diffstat (limited to 'sysutils/e2fsprogs/Makefile')
-rw-r--r-- | sysutils/e2fsprogs/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/e2fsprogs/Makefile b/sysutils/e2fsprogs/Makefile index 4039b5e5c267..e692906e6230 100644 --- a/sysutils/e2fsprogs/Makefile +++ b/sysutils/e2fsprogs/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/v${PORTVERSION} MAINTAINER?= mandree@FreeBSD.org COMMENT?= Utilities & library to manipulate ext2/3/4 filesystems +LICENSE= GPLv2 + PATCH_STRIP= -p1 USE_GMAKE= yes USE_CSTD= gnu89 |