diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-12-27 15:14:23 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-12-27 15:14:23 +0000 |
commit | 48b16bc177d9ad0dac59e3e086204be593eaf476 (patch) | |
tree | 29b90da8eb3b52c5a2f678d6527ef713581b7bda /archivers/mar/Makefile | |
parent | 5ea6f4065268d00bf41a2a103d9056790e8a1fe5 (diff) |
Notes
Diffstat (limited to 'archivers/mar/Makefile')
-rw-r--r-- | archivers/mar/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/mar/Makefile b/archivers/mar/Makefile index fa9bda98ece8..7180bb89038c 100644 --- a/archivers/mar/Makefile +++ b/archivers/mar/Makefile @@ -14,11 +14,12 @@ DISTNAME= ${PORTNAME}-${DISTVERSION}-src MAINTAINER= ehaupt@FreeBSD.org COMMENT= A simple binary file format for storing arbitrary meta and user data +LICENSE= MIT + MAKE_JOBS_SAFE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} -LICENSE= MIT MAN1= mar.1 post-patch: |