diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2019-10-10 13:17:47 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2019-10-10 13:17:47 +0000 |
commit | fb3d8a97b245d771983a34aee0b12c750a83fc76 (patch) | |
tree | c6a3e9a34dbf8c804a73399c74419eccb868bd95 /archivers/makeself | |
parent | ad7221c3836fada19462ec970b1ff494c805edd7 (diff) | |
download | ports-fb3d8a97b245d771983a34aee0b12c750a83fc76.tar.gz ports-fb3d8a97b245d771983a34aee0b12c750a83fc76.zip |
Notes
Diffstat (limited to 'archivers/makeself')
-rw-r--r-- | archivers/makeself/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/archivers/makeself/Makefile b/archivers/makeself/Makefile index b316ef19617f..60fdb8a31e07 100644 --- a/archivers/makeself/Makefile +++ b/archivers/makeself/Makefile @@ -10,6 +10,9 @@ EXTRACT_SUFX= .run MAINTAINER= jadawin@FreeBSD.org COMMENT= Neat script to make self-extracting archives +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + RUN_DEPENDS= bash:shells/bash EXTRACT_CMD= ${SH} |