diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2011-12-27 23:14:23 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2011-12-27 23:14:23 +0800 |
commit | 42e36ce4e8d707b3808d4f6ecfd57913bf9129ee (patch) | |
tree | 0d7fe4a1fb714200d130b691a0ee61735dea481f /archivers/mar | |
parent | 1a63ef0bac77a64a37ad87252e6c4725dddf5514 (diff) | |
download | freebsd-ports-gnome-42e36ce4e8d707b3808d4f6ecfd57913bf9129ee.tar.gz freebsd-ports-gnome-42e36ce4e8d707b3808d4f6ecfd57913bf9129ee.tar.zst freebsd-ports-gnome-42e36ce4e8d707b3808d4f6ecfd57913bf9129ee.zip |
Pacify portlint
Feature safe: yes
Diffstat (limited to 'archivers/mar')
-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: |