diff options
author | danfe <danfe@FreeBSD.org> | 2017-02-04 15:57:42 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2017-02-04 15:57:42 +0800 |
commit | 0972694889116079e68393f92c3750c30b8fc38c (patch) | |
tree | 45fc654dee8804bad2067f0a0b3b53c7a64582d6 /archivers | |
parent | afdf4e3eb19e605a1bcb0d93f14743c4bb0db2f5 (diff) | |
download | freebsd-ports-gnome-0972694889116079e68393f92c3750c30b8fc38c.tar.gz freebsd-ports-gnome-0972694889116079e68393f92c3750c30b8fc38c.tar.zst freebsd-ports-gnome-0972694889116079e68393f92c3750c30b8fc38c.zip |
- Spell `LICENSE_FILE' variable correctly
- Fix some nearby bogosities (when noticed)
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/star/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/star/Makefile b/archivers/star/Makefile index 7be0177f391c..75a679608c78 100644 --- a/archivers/star/Makefile +++ b/archivers/star/Makefile @@ -11,7 +11,7 @@ COMMENT= Unique standard tape archiver with many enhancements LICENSE= CDDL GPLv2 LICENSE_COMB= multi -LICENSE_FILES= ${WRKSRC}/CDDL.Schily.txt +LICENSE_FILE= ${WRKSRC}/CDDL.Schily.txt BUILD_DEPENDS= smake:devel/smake |